From 977e25956bb1fbc8de08515d98eaf5f50fe69ecb Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 28 Aug 2023 15:43:26 +1000 Subject: [PATCH] fix: lint! --- test/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.spec.js b/test/index.spec.js index 9751534..0d02131 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -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']