Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 21, 2024
1 parent 3381144 commit daa1aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crc.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const crc32 = require('../index.js');
const crc32 = require('..');
const test = require('tap').test;

test('simple crc32 is no problem', function (t) {
Expand Down

0 comments on commit daa1aca

Please sign in to comment.