We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c03ec commit ad91392Copy full SHA for ad91392
README.md
@@ -24,6 +24,10 @@ npm test # Run unit tests for all projects (or from current location)
24
npm test <path to test.js file> # Run unit tests for one project
25
```
26
27
+```bash
28
+npm run full-test # Run unit tests and linter
29
+```
30
+
31
```bash
32
node <path to time.js file> # Run execution time measurement for one project
33
0 commit comments