We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2122864 commit 3a6c46eCopy full SHA for 3a6c46e
tests/test.js
@@ -1,7 +1,7 @@
1
import * as msgpackr from '../index.js'
2
import chai from 'chai'
3
//import inspector from 'inspector'; inspector.open(9330, null, true); debugger
4
-import sampleData from './example4.json'
+import sampleData from './example4.json' assert {type: 'json'}
5
function tryRequire(module) {
6
try {
7
return require(module)
0 commit comments