File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
interface-blockstore-tests
interface-datastore-tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ A test suite that ensures a given implementation implements the Blockstore inter
12
12
## Example
13
13
14
14
``` js
15
- import MyBlockstore from ' ./path/to/my-blockstore'
16
- import { interfaceBlockstoreTests as suite } from ' interface-blockstore-tests'
15
+ const MyBlockstore from './path /to /my -blockstore ')
16
+ const suite from 'interface -blockstore -tests ')
17
17
18
18
describe (' MyBlockstore' , () => {
19
19
describe (' interface-blockstore compliance tests' , () => {
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ A test suite that ensures a given implementation implements the Datastore interf
12
12
## Example
13
13
14
14
``` js
15
- import MyDatastore from ' ./path/to/my-datastore'
16
- import { interfaceDatastoreTests as suite } from ' interface-datastore-tests'
15
+ const MyDatastore from './path /to /my -datastore ')
16
+ const suite from 'interface -datastore -tests ')
17
17
18
18
describe (' MyDatastore' , () => {
19
19
describe (' interface-datastore compliance tests' , () => {
You can’t perform that action at this time.
0 commit comments