Skip to content

Commit 0732aea

Browse files
committed
test: dev test path changed
1 parent a55851c commit 0732aea

File tree

10 files changed

+86
-243
lines changed

10 files changed

+86
-243
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage
66

77
upload
88

9-
test/dev/index.js
9+
test/dev/src/index.js
1010
test/server/index.js
1111

1212
docs/.vitepress/cache

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@rollup/plugin-babel": "^6.0.4",
3737
"@rollup/plugin-run": "^3.0.2",
3838
"@rollup/plugin-terser": "^0.4.4",
39-
"@types/node": "^20.11.28",
40-
"@typescript-eslint/eslint-plugin": "^7.2.0",
41-
"@typescript-eslint/parser": "^7.2.0",
39+
"@types/node": "^20.12.1",
40+
"@typescript-eslint/eslint-plugin": "^7.9.0",
41+
"@typescript-eslint/parser": "^7.9.0",
4242
"@vitest/coverage-v8": "^1.4.0",
4343
"@vitest/ui": "^1.4.0",
4444
"eslint": "^9.0.0",

pnpm-lock.yaml

Lines changed: 67 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import terserPlugin from '@rollup/plugin-terser'
33
import runPlugin from '@rollup/plugin-run'
44

55
export default {
6-
input: `test/dev/index.ts`,
6+
input: `test/dev/src/index.ts`,
77
output: {
8-
file: `test/dev/index.js`,
8+
file: `test/dev/src/index.js`,
99
format: 'es'
1010
},
1111
plugins: [tsPlugin(), terserPlugin(), runPlugin({ stdin: { clear: true } })]

test/dev/envConfig.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)