javascript-algorithms/src/playground/README.md

12 lines
240 B
Markdown
Raw Normal View History

2018-04-09 17:56:33 +08:00
# Playground
You may use `playground.js` file to play with data
structures and algorithms. The code from `playground.js` may
be tested in `./__test__/playground.test.js` file.
2018-04-12 13:46:35 +08:00
To run tests simply run:
```
npm test -- -t 'playground'
```