mirror of
https://github.com/flynx/test.js.git
synced 2026-07-10 12:21:00 +00:00
updated default file pattern (fix)))) )...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
41f2234ee9
commit
0d52010e68
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-test",
|
||||
"version": "1.6.8",
|
||||
"version": "1.6.9",
|
||||
"description": "experimental test runner....",
|
||||
"main": "test.js",
|
||||
"bin": {
|
||||
|
||||
5
test.js
5
test.js
@ -39,7 +39,7 @@ var argv = require('ig-argv')
|
||||
// | <path>
|
||||
// | [ <path>, .. ]
|
||||
//
|
||||
module.DEFAULT_TEST_FILES = '**/?(*-)test.js'
|
||||
module.DEFAULT_TEST_FILES = '{**/?(*-)test.js,**/test/**.js}'
|
||||
|
||||
|
||||
//
|
||||
@ -790,8 +790,7 @@ argv.Parser({
|
||||
|
||||
// list tests...
|
||||
//
|
||||
//default_files: undefined,
|
||||
default_files: '{**/test/*.js,**-test.js,**/test.js,test.js}',
|
||||
default_files: undefined,
|
||||
// NOTE: this uses .helpColumnOffset to align origins...
|
||||
// XXX if we do the printing in .stop(..) this will see all the modules...
|
||||
'-l': '-list',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user