Skip to content

Commit 360e555

Browse files
committed
move the directories of E2E tests
1 parent 7178466 commit 360e555

30 files changed

+52
-82
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

+45-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
}
3232
},
3333
"workspaces": [
34-
"e2e/esm",
35-
"e2e/cjs",
36-
"e2e/browser"
34+
"e2e/01-esm",
35+
"e2e/02-cjs",
36+
"e2e/03-browser"
3737
],
3838
"scripts": {
3939
"build": "run-s -c build:*",
@@ -46,10 +46,10 @@
4646
"test": "vitest",
4747
"pree2e": "npm run build",
4848
"e2e": "run-s -c e2e:*",
49-
"e2e:esm": "npm -w e2e/esm run start",
50-
"e2e:cjs": "npm -w e2e/cjs run start",
51-
"e2e:browser": "npm -w e2e/browser run start",
52-
"e2e:composite": "npm --prefix e2e/composite run start"
49+
"e2e:esm": "npm -w e2e/01-esm run start",
50+
"e2e:cjs": "npm -w e2e/02-cjs run start",
51+
"e2e:browser": "npm -w e2e/03-browser run start",
52+
"e2e:composite": "npm --prefix e2e/04-composite run start"
5353
},
5454
"prettier": "@mizdra/prettier-config-mizdra",
5555
"devDependencies": {

0 commit comments

Comments
 (0)