Skip to content

Commit 911e679

Browse files
committed
move unmigrated to a directory, move migrated to src
1 parent 7b91a3c commit 911e679

60 files changed

Lines changed: 9 additions & 9 deletions

File tree

Some content is hidden

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"test": "node --test ./src/migrated/*.test.js",
7-
"dev": "node --test --watch ./src/migrated/*.test.js",
6+
"test": "node --test ./src/*.test.js",
7+
"dev": "node --test --watch ./src/*.test.js",
88
"test:all": "npm run test:coverage && npm run test:only && npm run test:seq && npm run test:par",
9-
"test:coverage": "node --test --experimental-test-coverage ./src/migrated/*.test.js",
10-
"test:coverage:file": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info ./src/migrated/*.test.js",
9+
"test:coverage": "node --test --experimental-test-coverage ./src/*.test.js",
10+
"test:coverage:file": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info ./src/*.test.js",
1111
"report:html": "npx @lcov-viewer/cli lcov -o ./coverage ./lcov.info",
12-
"test:seq": "node --test --test-concurrency=1 ./src/migrated/*.test.js",
13-
"test:par": "node --test --test-concurrency=5 ./src/migrated/*.test.js",
14-
"test:only": "node --test --test-only src/migrated/*.only.js",
15-
"test:failing": "node --test src/migrated/*.failing.js && echo 'Error: test run should fail' && exit 1 || echo 'Success: test run failed as expected' && exit 0",
16-
"lint": "biome lint --apply ./src/migrated",
12+
"test:seq": "node --test --test-concurrency=1 ./src/*.test.js",
13+
"test:par": "node --test --test-concurrency=5 ./src/*.test.js",
14+
"test:only": "node --test --test-only src/*.only.js",
15+
"test:failing": "node --test src/*.failing.js && echo 'Error: test run should fail' && exit 1 || echo 'Success: test run failed as expected' && exit 0",
16+
"lint": "biome lint --apply ./src",
1717
"format": "biome format --write ."
1818
},
1919
"license": "MIT",
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.

0 commit comments

Comments
 (0)