@autometa/jest-executor 0.1.13 → 0.1.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.
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @autometa/jest-executor@0.1.
|
|
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/timeout-selector.spec.ts (2 tests)
|
|
9
|
-
✓ src/executor.spec.ts (15 tests)
|
|
8
|
+
✓ src/timeout-selector.spec.ts (2 tests) 3ms
|
|
9
|
+
✓ src/executor.spec.ts (15 tests) 20ms
|
|
10
10
|
|
|
11
11
|
Test Files 2 passed (2)
|
|
12
12
|
Tests 17 passed (17)
|
|
13
|
-
Start at 17:
|
|
14
|
-
Duration
|
|
13
|
+
Start at 17:12:31
|
|
14
|
+
Duration 2.42s (transform 175ms, setup 0ms, collect 1.53s, tests 23ms)
|
|
15
15
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @autometa/jest-executor
|
|
2
2
|
|
|
3
|
+
## 0.1.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4af1139a: Fix: fuzzy search for step names prints malformed strings
|
|
8
|
+
- Updated dependencies [4af1139a]
|
|
9
|
+
- @autometa/scopes@0.2.14
|
|
10
|
+
- @autometa/test-builder@0.1.15
|
|
11
|
+
|
|
12
|
+
## 0.1.14
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [4bbb87e4]
|
|
17
|
+
- @autometa/scopes@0.2.13
|
|
18
|
+
- @autometa/test-builder@0.1.14
|
|
19
|
+
|
|
3
20
|
## 0.1.13
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autometa/jest-executor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@autometa/asserters": "^0.1.3",
|
|
44
44
|
"@autometa/config": "^0.1.9",
|
|
45
45
|
"@autometa/errors": "^0.1.3",
|
|
46
|
-
"@autometa/events": "^0.1.6",
|
|
47
46
|
"@autometa/gherkin": "^0.4.5",
|
|
48
|
-
"@autometa/
|
|
49
|
-
"@autometa/
|
|
47
|
+
"@autometa/events": "^0.1.6",
|
|
48
|
+
"@autometa/scopes": "^0.2.14",
|
|
49
|
+
"@autometa/test-builder": "^0.1.15",
|
|
50
50
|
"@autometa/types": "^0.4.1"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|