-
|
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
If you want to run a single test file, you can run |
Beta Was this translation helpful? Give feedback.
-
Node that |
Beta Was this translation helpful? Give feedback.
If you want to run a single test file, you can run
./tools/test.py test/parallel/test-whatever-test.js
. You can also use wildcards like./tools/test.py test/parallel/test-fs-*
.