Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit e2234ac

Browse files
committed
fix: tests
1 parent 8e752aa commit e2234ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"build": "tsc",
14-
"test": "npm run build & jest --passWithNoTests",
14+
"test": "cd . & npm run build & jest --passWithNoTests",
1515
"test:coverage": "jest --coverage",
1616
"start": "ts-node src/index.ts",
1717
"dev": "ts-node-dev --respawn src/index.ts",

0 commit comments

Comments
 (0)