Skip to content

Commit

Permalink
Fix deprecated loader call
Browse files Browse the repository at this point in the history
  • Loading branch information
aldipower committed Oct 8, 2024
1 parent 7825886 commit c85c85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"lint": "eslint ./backend",
"test:backend": "node --loader tsx --test backend/tests/*.test.ts",
"test:backend": "node --import tsx --test backend/tests/*.test.ts",
"test": "npm run test:backend",
"dev:backend": "rbt dev run"
},
Expand Down

0 comments on commit c85c85d

Please sign in to comment.