mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-02-04 10:33:51 +08:00
514 B
514 B
JavaScript Algorithms and Data Structures
Data Structures
Running Tests
Run all tests
npm test
Run tests by name
npm test -- -t 'LinkedList'
Run tests from specific file
npm test -- ./src/data-structures/linked-list/__test__/LinkedList.test.js