Skip to content

Commit

Permalink
fix: lint!
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 28, 2023
1 parent 9d725d5 commit 977e259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { garbage } from '../src/index.js'
import is from '@sindresorhus/is'
import { garbage } from '../src/index.js'

const expectedTypes = ['null', 'boolean', 'int', 'float', 'string', 'Uint8Array', 'Array', 'Object', 'CID']

Expand Down

0 comments on commit 977e259

Please sign in to comment.