diff --git a/package-blank.json b/package-blank.json index f2bffae..ba8abc6 100644 --- a/package-blank.json +++ b/package-blank.json @@ -8,8 +8,8 @@ "build": "tsc -p tsconfig.json", "build+start": "npm run build && npm run start", "build:watch": "tsc -w -p tsconfig.json", - "test:watch": "node --import tsx --test --watch **/*.spec.ts", - "test": "node --import tsx --test **/*.spec.ts" + "test:watch": "node --import tsx --test --watch **/**/*.spec.ts", + "test": "node --import tsx --test **/**/*.spec.ts" }, "author": "", "license": "ISC", diff --git a/package.json b/package.json index 0ddc62d..b4fe168 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "build": "tsc -p tsconfig.json", "build+start": "npm run build && npm run start", "build:watch": "tsc -w -p tsconfig.json", - "test:watch": "node --import tsx --test --watch **/*.spec.ts", - "test": "node --import tsx --test **/*.spec.ts" + "test:watch": "node --import tsx --test --watch **/**/*.spec.ts", + "test": "node --import tsx --test **/**/*.spec.ts" }, "bin": { "node-base": ".bin/install.js"