Skip to content

Commit 7cce494

Browse files
aegir[bot]tabcat
aegir[bot]
authored andcommitted
chore: update sibling dependencies
1 parent 25211d3 commit 7cce494

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/interface-blockstore-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ A test suite that ensures a given implementation implements the Blockstore inter
1212
## Example
1313

1414
```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')
1717

1818
describe('MyBlockstore', () => {
1919
describe('interface-blockstore compliance tests', () => {

packages/interface-datastore-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ A test suite that ensures a given implementation implements the Datastore interf
1212
## Example
1313

1414
```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')
1717

1818
describe('MyDatastore', () => {
1919
describe('interface-datastore compliance tests', () => {

0 commit comments

Comments
 (0)