This repository was archived by the owner on Sep 30, 2023. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { Level } from 'level'
2
2
3
- const isBrowser = ( ) => typeof window !== ` undefined`
3
+ const isBrowser = ( ) => typeof window !== ' undefined'
4
4
5
5
// This file will be picked up by webpack into the
6
6
// tests bundle and the code here gets run when imported
@@ -38,4 +38,4 @@ before(async () => {
38
38
39
39
await Promise . all ( copyFixtures )
40
40
}
41
- } )
41
+ } )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import rimraf from 'rimraf'
3
3
import { copy } from 'fs-extra'
4
4
import Entry , { IPLD_LINKS } from '../src/entry.js'
5
5
import { AccessController as _AccessController } from '../src/log.js'
6
- import { read , write } from 'orbit-db-io'
6
+ import { write } from 'orbit-db-io'
7
7
import IdentityProvider from 'orbit-db-identity-provider'
8
8
import { hello , helloWorld , helloAgain } from './fixtures/v0-entries.fixture.js'
9
9
import { v1Entries } from './fixtures/v1-entries.fixture.js'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Sorting from '../src/log-sorting.js'
5
5
import bigLogString from './fixtures/big-log.fixture.js'
6
6
import Entry , { IPLD_LINKS , getWriteFormat } from '../src/entry.js'
7
7
import Log from '../src/log.js'
8
- import { read , write } from 'orbit-db-io'
8
+ import { write } from 'orbit-db-io'
9
9
import IdentityProvider from 'orbit-db-identity-provider'
10
10
import Keystore from 'orbit-db-keystore'
11
11
import LogCreator from './utils/log-creator.js'
You can’t perform that action at this time.
0 commit comments