Commit Graph

5 Commits

Author SHA1 Message Date
Yokozuna59 b11c511c5c remove unnecessary `@ts-ignore` and `@ts-nocheck` 2023-06-12 13:27:40 +03:00
Remco Haszing b7d31adda4
Support node16 module resolution
The `node16` module resolution requires imports to use the `.js` file
extension in type definitions.

`@rollup/plugin-typescript` is needed to make this work with the Vite
setup used by Mermaid.

The module option for Mermaid internally is set to `nodenext`. This is
needed to support `.json` imports. Note that setting `module` to
`node16` or `nodenext` implies a matching `moduleResolution` value.
2023-03-11 14:54:21 +01:00
Ashley Engelund (weedySeaDragon @ github) 1ad537bc4d d3 mock: use MockedD3; remove sequence specific mock code 2022-11-17 12:24:58 -08:00
Sidharth Vinod 98506d888c
Fix lint 2022-09-16 18:45:12 +05:30
Sidharth Vinod bf4607cf08
test: Migrate to vitest from jest 2022-09-07 11:24:40 +05:30
Renamed from __mocks__/d3.js (Browse further)