@autometa/jest-executor 0.5.1 → 0.5.2

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,15 +1,15 @@
1
1
 
2
- > @autometa/jest-executor@0.5.0 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
2
+ > @autometa/jest-executor@0.5.1 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
  RUN v1.4.0 /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
7
7
 
8
8
  ✓ src/timeout-selector.spec.ts (2 tests) 2ms
9
- ✓ src/executor.spec.ts (15 tests) 13ms
9
+ ✓ src/executor.spec.ts (15 tests) 9ms
10
10
 
11
11
  Test Files 2 passed (2)
12
12
  Tests 17 passed (17)
13
- Start at 16:48:22
14
- Duration 4.26s (transform 1.52s, setup 0ms, collect 4.88s, tests 15ms, environment 30ms, prepare 1.37s)
13
+ Start at 18:24:28
14
+ Duration 5.24s (transform 2.06s, setup 0ms, collect 4.93s, tests 11ms, environment 0ms, prepare 1.98s)
15
15
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @autometa/jest-executor
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c9cc41c]
8
+ - @autometa/test-builder@0.3.2
9
+ - @autometa/gherkin@0.6.12
10
+ - @autometa/events@0.2.24
11
+ - @autometa/scopes@0.6.2
12
+
3
13
  ## 0.5.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/jest-executor",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,16 +41,16 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@cucumber/tag-expressions": "^5.0.1",
44
+ "@autometa/asserters": "^0.1.8",
45
+ "@autometa/errors": "^0.2.2",
46
+ "@autometa/events": "^0.2.24",
47
+ "@autometa/gherkin": "^0.6.12",
48
+ "@autometa/scopes": "^0.6.2",
49
+ "@autometa/test-builder": "^0.3.2",
50
+ "@autometa/types": "^0.4.1",
44
51
  "@autometa/app": "^0.3.4",
45
52
  "@autometa/config": "^0.1.23",
46
- "@autometa/errors": "^0.2.2",
47
- "@autometa/events": "^0.2.23",
48
- "@autometa/injection": "^0.1.3",
49
- "@autometa/scopes": "^0.6.1",
50
- "@autometa/gherkin": "^0.6.11",
51
- "@autometa/test-builder": "^0.3.1",
52
- "@autometa/asserters": "^0.1.8",
53
- "@autometa/types": "^0.4.1"
53
+ "@autometa/injection": "^0.1.3"
54
54
  },
55
55
  "scripts": {
56
56
  "test": "vitest run --passWithNoTests",