@cementic/cementic-test 0.2.13 → 0.2.15

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.
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  gen,
4
4
  genCmd
5
- } from "./chunk-RG26I5FB.js";
5
+ } from "./chunk-3S26OWNR.js";
6
6
  export {
7
7
  gen,
8
8
  genCmd
9
9
  };
10
- //# sourceMappingURL=gen-6Y65IYXO.js.map
10
+ //# sourceMappingURL=gen-AGWFMHTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cementic/cementic-test",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "description": "CementicTest CLI (ct): capture pages, normalize cases, generate Playwright tests",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -19,10 +19,10 @@
19
19
  "scripts": {
20
20
  "build": "tsup && node scripts/copy-templates.cjs",
21
21
  "dev": "tsup --watch",
22
- "test": "npm run build && node --test test/*.test.mjs",
22
+ "test": "npm run build && node --test --test-concurrency=1 test/*.test.mjs test/prompt.spec.mjs",
23
23
  "lint": "echo \"(add linter later)\"",
24
24
  "postinstall": "node scripts/postinstall-banner.cjs",
25
- "prepublishOnly": "npm run build"
25
+ "prepublishOnly": "npm test"
26
26
  },
27
27
  "engines": {
28
28
  "node": ">=18"
File without changes