1
0
Fork 0

build(tests): ensure compatibility with ESM in Jest by updating test script - Updated test script in package.json to use with Jest.

This commit is contained in:
Ryan Mwangi 2024-11-21 19:52:19 +03:00
parent 56e5f69cbb
commit 6a428c55e0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "1.1.0",
"scripts": {
"start": "node src/app.js",
"test": "jest ./test"
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js ./test"
},
"dependencies": {
"axios": "^1.7.7",