@autometa/test-builder 0.1.13 → 0.1.14
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 +2 -15
- package/CHANGELOG.md +7 -0
- package/package.json +6 -6
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,21 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @autometa/test-builder@0.1.
|
|
2
|
+
> @autometa/test-builder@0.1.13 test /Users/ben.aherne/Documents/GitHub/autometa/packages/test-builder
|
|
3
3
|
> vitest run --passWithNoTests
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
RUN v0.33.0 /Users/ben.aherne/Documents/GitHub/autometa/packages/test-builder
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
✓ src/gherkin-walker.spec.ts (1 test) 2ms
|
|
10
|
-
✓ src/test-builder.spec.ts (12 tests) 21ms
|
|
11
|
-
stdout | src/bridges/bridge-search.spec.ts > Bridge Search > findRuleType > should find a rule by name
|
|
12
|
-
My Rule
|
|
13
|
-
|
|
14
|
-
✓ src/bridges/bridge-search.spec.ts (18 tests) 12ms
|
|
15
|
-
✓ src/scope-search.spec.ts (12 tests) 12ms
|
|
16
|
-
|
|
17
|
-
Test Files 5 passed (5)
|
|
18
|
-
Tests 44 passed (44)
|
|
19
|
-
Start at 17:37:07
|
|
20
|
-
Duration 1.06s (transform 446ms, setup 0ms, collect 2.78s, tests 51ms, environment 1ms, prepare 764ms)
|
|
21
|
-
|
|
8
|
+
ELIFECYCLE Test failed. See above for more details.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autometa/test-builder",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "internal library for autometa",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@cucumber/cucumber-expressions": "^16.1.2",
|
|
34
34
|
"zod": "^3.21.4",
|
|
35
|
-
"@autometa/asserters": "^0.1.3",
|
|
36
35
|
"@autometa/app": "^0.1.9",
|
|
37
36
|
"@autometa/bind-decorator": "^0.5.0",
|
|
37
|
+
"@autometa/asserters": "^0.1.3",
|
|
38
|
+
"@autometa/events": "^0.1.6",
|
|
38
39
|
"@autometa/dto-builder": "^0.10.0",
|
|
39
40
|
"@autometa/errors": "^0.1.3",
|
|
40
|
-
"@autometa/phrases": "^0.1.5",
|
|
41
41
|
"@autometa/gherkin": "^0.4.5",
|
|
42
|
-
"@autometa/scopes": "^0.2.
|
|
43
|
-
"@autometa/
|
|
44
|
-
"@autometa/
|
|
42
|
+
"@autometa/scopes": "^0.2.13",
|
|
43
|
+
"@autometa/phrases": "^0.1.5",
|
|
44
|
+
"@autometa/types": "^0.4.1"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"test": "vitest run --passWithNoTests",
|