@autometa/jest-executor 0.1.14 → 0.1.16

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.
@@ -1,33 +1,15 @@
1
1
 
2
- > @autometa/jest-executor@0.1.13 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
2
+ > @autometa/jest-executor@0.1.14 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
  RUN v0.29.8 /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
7
7
 
8
- src/executor.spec.ts (0 test)
9
- src/timeout-selector.spec.ts (0 test)
8
+ src/timeout-selector.spec.ts (2 tests) 3ms
9
+ src/executor.spec.ts (15 tests) 20ms
10
10
 
11
- ⎯⎯⎯⎯⎯⎯ Failed Suites 2 ⎯⎯⎯⎯⎯⎯⎯
11
+ Test Files 2 passed (2)
12
+ Tests 17 passed (17)
13
+ Start at 17:12:31
14
+ Duration 2.42s (transform 175ms, setup 0ms, collect 1.53s, tests 23ms)
12
15
 
13
- FAIL src/executor.spec.ts [ src/executor.spec.ts ]
14
- FAIL src/timeout-selector.spec.ts [ src/timeout-selector.spec.ts ]
15
- Error: Failed to resolve entry for package "@autometa/scopes". The package may have incorrect main/module/exports specified in its package.json.
16
- ❯ packageEntryFailure ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:22004:11
17
- ❯ resolvePackageEntry ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:22001:5
18
- ❯ tryNodeResolve ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:21736:20
19
- ❯ Context.resolveId ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:21487:28
20
- ❯ Object.resolveId ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:41587:46
21
- ❯ TransformContext.resolve ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:41334:23
22
- ❯ normalizeUrl ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:39685:34
23
- ❯ TransformContext.transform ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:39826:47
24
- ❯ Object.transform ../../node_modules/.pnpm/vite@4.1.1_@types+node@18.11.18/node_modules/vite/dist/node/chunks/dep-3007b26d.js:41660:30
25
-
26
- Test Files 2 failed (2)
27
- Tests no tests
28
- ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯
29
-
30
- Start at 15:27:00
31
- Duration 1.34s (transform 53ms, setup 0ms, collect 0ms, tests 0ms)
32
-
33
-  ELIFECYCLE  Test failed. See above for more details.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @autometa/jest-executor
2
2
 
3
+ ## 0.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 5b44aa88: Fix: miscalculated Levenshtein distance when comparing a gherkin step literal to a cucumber expression with a string expression
8
+ - Updated dependencies [5b44aa88]
9
+ - @autometa/scopes@0.2.15
10
+ - @autometa/test-builder@0.1.16
11
+
12
+ ## 0.1.15
13
+
14
+ ### Patch Changes
15
+
16
+ - 4af1139a: Fix: fuzzy search for step names prints malformed strings
17
+ - Updated dependencies [4af1139a]
18
+ - @autometa/scopes@0.2.14
19
+ - @autometa/test-builder@0.1.15
20
+
3
21
  ## 0.1.14
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/jest-executor",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,8 +31,8 @@
31
31
  "tsup": "^7.2.0",
32
32
  "typescript": "^4.9.5",
33
33
  "vitest": "^0.29.8",
34
- "eslint-config-custom": "0.6.0",
35
- "tsconfig": "0.7.0"
34
+ "tsconfig": "0.7.0",
35
+ "eslint-config-custom": "0.6.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@jest/globals": "^29.5.0",
@@ -42,12 +42,12 @@
42
42
  "@autometa/app": "^0.1.9",
43
43
  "@autometa/asserters": "^0.1.3",
44
44
  "@autometa/config": "^0.1.9",
45
- "@autometa/gherkin": "^0.4.5",
46
- "@autometa/scopes": "^0.2.13",
45
+ "@autometa/errors": "^0.1.3",
47
46
  "@autometa/events": "^0.1.6",
48
- "@autometa/test-builder": "^0.1.14",
49
- "@autometa/types": "^0.4.1",
50
- "@autometa/errors": "^0.1.3"
47
+ "@autometa/gherkin": "^0.4.5",
48
+ "@autometa/scopes": "^0.2.15",
49
+ "@autometa/test-builder": "^0.1.16",
50
+ "@autometa/types": "^0.4.1"
51
51
  },
52
52
  "scripts": {
53
53
  "test": "vitest run --passWithNoTests",