Skip to content

Commit

Permalink
jest experimental-vm-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Aug 9, 2024
1 parent 0192fde commit 5953375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"scripts": {
"test": "jest --verbose --coverage tests/test.test.js"
"test": "node --verbose --experimental-vm-modules node_modules/jest/bin/jest.js --coverage tests/test.test.js"
},
"dependencies": {
"axios": "^1.6.8",
Expand Down
2 changes: 1 addition & 1 deletion tests/single.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const youtube = require('./youtub')
import youtube from './youtub'

test('channel', channel)

Expand Down

0 comments on commit 5953375

Please sign in to comment.