Skip to content

Commit 8c19d6f

Browse files
authored
Move e2e tests to test folder in JS renderer (#836)
1 parent 1794ecd commit 8c19d6f

File tree

185 files changed

+13
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+13
-12
lines changed

packages/renderers-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lint:fix": "zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix",
4646
"test": "pnpm test:types && pnpm test:treeshakability && pnpm test:browser && pnpm test:node && pnpm test:react-native && pnpm test:e2e && pnpm test:exports",
4747
"test:browser": "zx ../../node_modules/@codama/internals/scripts/test-unit.mjs browser",
48-
"test:e2e": "./e2e/test.sh",
48+
"test:e2e": "./test/e2e/test.sh",
4949
"test:exports": "node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs",
5050
"test:node": "zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node",
5151
"test:react-native": "zx ../../node_modules/@codama/internals/scripts/test-unit.mjs react-native",

0 commit comments

Comments
 (0)