/node-single-test

write this package for easy testing node single test case

Primary LanguageJavaScriptMIT LicenseMIT

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.

中文文档:地址