mirror of
https://github.com/flynx/test.js.git
synced 2026-07-13 22:01:03 +00:00
updated default file pattern...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1f639ca526
commit
41f2234ee9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-test",
|
"name": "ig-test",
|
||||||
"version": "1.6.7",
|
"version": "1.6.8",
|
||||||
"description": "experimental test runner....",
|
"description": "experimental test runner....",
|
||||||
"main": "test.js",
|
"main": "test.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
4
test.js
4
test.js
@ -790,9 +790,9 @@ argv.Parser({
|
|||||||
|
|
||||||
// list tests...
|
// list tests...
|
||||||
//
|
//
|
||||||
|
//default_files: undefined,
|
||||||
|
default_files: '{**/test/*.js,**-test.js,**/test.js,test.js}',
|
||||||
// NOTE: this uses .helpColumnOffset to align origins...
|
// NOTE: this uses .helpColumnOffset to align origins...
|
||||||
default_files: undefined,
|
|
||||||
|
|
||||||
// XXX if we do the printing in .stop(..) this will see all the modules...
|
// XXX if we do the printing in .stop(..) this will see all the modules...
|
||||||
'-l': '-list',
|
'-l': '-list',
|
||||||
'-list': {
|
'-list': {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user