diff --git a/README.md b/README.md index fc183a09..f6ac548f 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,3 @@ npm test ``` npm test -- -t 'LinkedList' ``` - -**Run tests from specific file** -``` -npm test -- ./src/data-structures/linked-list/__test__/LinkedList.test.js -```