xtx1130 / node-single-test

write this package for easy testing node single test case

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

中文文档:地址

About

write this package for easy testing node single test case

License:MIT License


Languages

Language:JavaScript 100.0%