Skip to content

Commit

Permalink
chore: update sibling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aegir[bot] committed Dec 14, 2023
1 parent 092e344 commit 89dc8d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/interface-blockstore-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A test suite that ensures a given implementation implements the Blockstore inter
## Example

```js
import MyBlockstore from './path/to/my-blockstore'
import { interfaceBlockstoreTests as suite } from 'interface-blockstore-tests'
const MyBlockstore from './path/to/my-blockstore')
const suite from 'interface-blockstore-tests')

describe('MyBlockstore', () => {
describe('interface-blockstore compliance tests', () => {
Expand Down
4 changes: 2 additions & 2 deletions packages/interface-datastore-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A test suite that ensures a given implementation implements the Datastore interf
## Example

```js
import MyDatastore from './path/to/my-datastore'
import { interfaceDatastoreTests as suite } from 'interface-datastore-tests'
const MyDatastore from './path/to/my-datastore')
const suite from 'interface-datastore-tests')

describe('MyDatastore', () => {
describe('interface-datastore compliance tests', () => {
Expand Down

0 comments on commit 89dc8d0

Please sign in to comment.