node-single-test
v1.0.1
Published
run single node orgin test case
Downloads
4
Readme
node-single-test
run test case at https://github.com/nodejs/node/tree/master/test unitary.
usage
Before use this plugin, please ensure you have run ./configure&&make -j4 test
.
$ npm install -g node-single-test
$ cd node_repo/test/[folder]/[single test case]
$ node-single run test.js
The plugin will find your local test case is Debug
or Release
version, and use different node cli.
中文文档: