1.0.1 • Published 6 years ago

node-single-test v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.

中文文档:地址