File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,18 @@ By default, tests are run against supported Node.js versions. To run against alt
290290$ make NODE_VERSIONS=' 0.10 4 6' TESTS_FILTER=.* /fs/exists/.* test-node-versions
291291` ` `
292292
293+ To run units tests for project tools,
294+
295+ ` ` ` bash
296+ $ make tools-test
297+ ` ` `
298+
299+ To limit which tests are run, use the same environment variables recognized by ` list-tests` .
300+
301+ ` ` ` bash
302+ $ make tools-test TESTS_FILTER=.* /search/.* TESTS_PATTERN=test.js
303+ ` ` `
304+
293305
294306# ### Test Coverage
295307
@@ -336,6 +348,18 @@ $ make TESTS_FILTER=.*/math/base/utils/.* test-browsers
336348$ make TESTS_FILTER=.* /\@ stdlib/utils/.* test-view-browsers
337349` ` `
338350
351+ To generate a coverage report for project tools,
352+
353+ ` ` ` bash
354+ $ make tools-test-cov
355+ ` ` `
356+
357+ To limit which tests are run, use the same environment variables recognized by ` list-tests` .
358+
359+ ` ` ` bash
360+ $ make tools-test-cov TESTS_FILTER=.* /search/.* TESTS_PATTERN=test.js
361+ ` ` `
362+
339363---
340364
341365# ### Benchmarks
You can’t perform that action at this time.
0 commit comments