Skip to content

Commit ee0d0ca

Browse files
committed
test: Move tests
1 parent 4670ba6 commit ee0d0ca

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint": "eslint . --ext .ts,.tsx",
3030
"watch": "tsc -watch -p ./",
3131
"pretest": "npm run compile",
32-
"test:integration": "node ./out/test/runTest.js",
32+
"test:integration": "node ./out/test/integration/runTest.js",
3333
"test:unit": "cd out && mocha",
3434
"test": "npm run test:unit"
3535
},
File renamed without changes.

0 commit comments

Comments
 (0)