Skip to content

Commit 01821ae

Browse files
committed
test: imports
1 parent 7a30847 commit 01821ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/index.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const { test } = require('mocha');
2-
const { compress, decompress, getDefinedNapiVersion } = require('../lib/index');
1+
import { test } from 'mocha';
2+
import { compress, decompress, getDefinedNapiVersion } from '../lib/index';
33

4-
const { expect } = require('chai');
4+
import { expect } from 'chai';
55

66
describe('compat tests', function () {
77
let zstdLegacy;

0 commit comments

Comments
 (0)