@genesislcap/genx 14.165.3-alpha-da317ad.0 → 14.167.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -176,6 +176,8 @@ cli
176
176
  }));
177
177
  cli
178
178
  .command('test [folder]', 'Run tests')
179
+ .option('-m, --match <pattern>', `Test file pattern, ie. fileA.test.ts, '(fileA|fileB).test.ts', file*.test.ts. Defaults to test.ts in node, and ./**/*.test.ts in browser.`)
180
+ .option('--raw-match', `Match raw pattern`)
179
181
  .option('-c, --coverage', 'Produce coverage report')
180
182
  .option('-w, --watch', 'Watch files for changes')
181
183
  .option('-d, --debug', 'Debug test execution')
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/genx",
3
3
  "description": "Genx CLI",
4
- "version": "14.165.3-alpha-da317ad.0",
4
+ "version": "14.167.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "engines": {
7
7
  "node": ">=20.0.0"
@@ -19,13 +19,13 @@
19
19
  "typescript": "^4.5.5"
20
20
  },
21
21
  "dependencies": {
22
- "@genesislcap/build-kit": "14.165.3-alpha-da317ad.0",
23
- "@genesislcap/eslint-stylelint-builder": "14.165.3-alpha-da317ad.0",
24
- "@genesislcap/rollup-builder": "14.165.3-alpha-da317ad.0",
25
- "@genesislcap/ts-builder": "14.165.3-alpha-da317ad.0",
26
- "@genesislcap/uvu-playwright-builder": "14.165.3-alpha-da317ad.0",
27
- "@genesislcap/vite-builder": "14.165.3-alpha-da317ad.0",
28
- "@genesislcap/webpack-builder": "14.165.3-alpha-da317ad.0",
22
+ "@genesislcap/build-kit": "14.167.0",
23
+ "@genesislcap/eslint-stylelint-builder": "14.167.0",
24
+ "@genesislcap/rollup-builder": "14.167.0",
25
+ "@genesislcap/ts-builder": "14.167.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.167.0",
27
+ "@genesislcap/vite-builder": "14.167.0",
28
+ "@genesislcap/webpack-builder": "14.167.0",
29
29
  "cac": "^6.7.14",
30
30
  "consola": "^3.0.2",
31
31
  "serve-handler": "^6.1.5",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "3201162bd7a3329e086dde7c2bec345a18f4b798"
42
+ "gitHead": "8a6557d767463d7bcb7b3ca4d209a951766481e3"
43
43
  }