mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-28 07:59:42 +08:00
12 lines
240 B
Markdown
12 lines
240 B
Markdown
# 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.
|
|
|
|
To run tests simply run:
|
|
|
|
```
|
|
npm test -- -t 'playground'
|
|
```
|