mermaid/cypress/integration/other
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
..
configuration.spec.js Support node16 module resolution 2023-03-11 14:54:21 +01:00
external-diagrams.spec.js Support node16 module resolution 2023-03-11 14:54:21 +01:00
ghsa.spec.js Support node16 module resolution 2023-03-11 14:54:21 +01:00
interaction.spec.js chore: Update test URL 2022-10-05 16:04:26 +08:00
rerender.spec.js Reverting to cypress 9.7 in order to get applitools back in the game 2022-07-20 11:32:21 +02:00
webpackUsage.spec.js Reverting to cypress 9.7 in order to get applitools back in the game 2022-07-20 11:32:21 +02:00
xss.spec.js fix: js-base64 2022-09-23 16:53:11 +05:30