Skip to content

Commit c85c85d

Browse files
committed
Fix deprecated loader call
1 parent 7825886 commit c85c85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"lint": "eslint ./backend",
8-
"test:backend": "node --loader tsx --test backend/tests/*.test.ts",
8+
"test:backend": "node --import tsx --test backend/tests/*.test.ts",
99
"test": "npm run test:backend",
1010
"dev:backend": "rbt dev run"
1111
},

0 commit comments

Comments
 (0)