Skip to content

Commit

Permalink
fix(lint): build succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Dec 13, 2022
1 parent 0be613a commit 42773b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface-tests.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-env mocha */

import { isBrowser, isWebWorker } from 'ipfs-utils/src/env.js'
import { isWebWorker } from 'ipfs-utils/src/env.js'
import { isWindows, isFirefox, isChrome } from './constants.js'
import * as tests from './interface-tests/src/index.js'
import { factory } from './utils/factory.js'
Expand Down

0 comments on commit 42773b5

Please sign in to comment.