Skip to content

Commit 30d97b4

Browse files
authored
Update README.md test instructions
1 parent 7d71eee commit 30d97b4

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
@@ -47,10 +47,10 @@ you should run the tests:
4747
pip install -e .
4848

4949
# Run the python tests. This should not give you a few sucessful example tests
50+
# You may need to install nbval first: pip install nbval
5051
py.test
5152

5253
# Run the JS tests. This should again, only give TODO errors (Expected 'Value' to equal 'Expected value'):
53-
cd ts
5454
npm test
5555
```
5656

0 commit comments

Comments
 (0)