We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7825886 commit c85c85dCopy full SHA for c85c85d
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"lint": "eslint ./backend",
8
- "test:backend": "node --loader tsx --test backend/tests/*.test.ts",
+ "test:backend": "node --import tsx --test backend/tests/*.test.ts",
9
"test": "npm run test:backend",
10
"dev:backend": "rbt dev run"
11
},
0 commit comments