- Run
npm ito install dependencies - Run
npm run testto watch jest test suites
- Run
npm run test <test directory>to watch a specific test suite ie:npm run test StacksAndQueuesto watch only the tests inside the Stacks and Queues directory - You can run
npm run testwith the--verboseoption to see more test output - Run
npx run <path_to_JS_file>to run individual JavaScript files, ie:npx run StacksAndQueues/index.jsto run the index file in the Queue directory