updated default file pattern...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-06-28 16:15:10 +03:00
parent 1f639ca526
commit 41f2234ee9
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ig-test",
"version": "1.6.7",
"version": "1.6.8",
"description": "experimental test runner....",
"main": "test.js",
"bin": {

View File

@ -790,9 +790,9 @@ argv.Parser({
// list tests...
//
//default_files: undefined,
default_files: '{**/test/*.js,**-test.js,**/test.js,test.js}',
// NOTE: this uses .helpColumnOffset to align origins...
default_files: undefined,
// XXX if we do the printing in .stop(..) this will see all the modules...
'-l': '-list',
'-list': {