Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e9876cf

Browse files
olizilladaviddias
authored andcommitted
docs: Fix link to interface tests in README (#743)
1 parent 563baa3 commit e9876cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ This relies on a global `Promise` object. If you are in an environment where tha
424424
425425
### Testing
426426
427-
We run tests by executing `npm test` in a terminal window. This will run both Node.js and Browser tests, both in Chrome and PhantomJS. To ensure that the module conforms with the [`interface-ipfs-core`](https://github.com/ipfs/interface-ipfs-core) spec, we run the batch of tests provided by the interface module, which can be found [here](https://github.com/ipfs/interface-ipfs-core/tree/master/src).
427+
We run tests by executing `npm test` in a terminal window. This will run both Node.js and Browser tests, both in Chrome and PhantomJS. To ensure that the module conforms with the [`interface-ipfs-core`](https://github.com/ipfs/interface-ipfs-core) spec, we run the batch of tests provided by the interface module, which can be found [here](https://github.com/ipfs/interface-ipfs-core/tree/master/js/src).
428428
429429
## Contribute
430430

0 commit comments

Comments
 (0)