Add Travis support.

This commit is contained in:
Oleksii Trekhleb 2018-03-28 09:42:02 +03:00
parent 62f67af92a
commit 55d6aa5758

View File

@ -18,8 +18,3 @@ npm test
``` ```
npm test -- -t 'LinkedList' npm test -- -t 'LinkedList'
``` ```
**Run tests from specific file**
```
npm test -- ./src/data-structures/linked-list/__test__/LinkedList.test.js
```