Skip to content

Commit a1eaf68

Browse files
chore: changed testing reference for mocha
1 parent cf66a29 commit a1eaf68

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
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"scripts": {
28-
"test": "cross-env TS_NODE_PROJECT='./configs/tsconfig.esm.json' mocha",
28+
"test": "cross-env TS_NODE_PROJECT='./configs/tsconfig.cjs.json' mocha",
2929
"clean": "rm -rf ./dist",
3030
"build": "npm run clean && pkgroll --src source/ && cp source/migrations/ dist/ -r && npm run mjs-fix-prepend",
3131
"lint": "prettier --check .",

0 commit comments

Comments
 (0)