mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
JavaScript Algorithms and 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
Languages
JavaScript
100%