@autometa/jest-executor 0.2.7 → 0.2.8

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/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @autometa/jest-executor
2
2
 
3
+ ## 0.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @autometa/scopes@0.3.3
8
+ - @autometa/test-builder@0.1.25
9
+
3
10
  ## 0.2.7
4
11
 
5
12
  ### Patch Changes
6
13
 
7
- - Updated dependencies [4b796f87]
14
+ - Updated dependencies [4b796f8]
8
15
  - @autometa/gherkin@0.5.1
9
16
  - @autometa/events@0.2.4
10
17
  - @autometa/scopes@0.3.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/jest-executor",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,17 +22,17 @@
22
22
  "@typescript-eslint/parser": "^5.54.1",
23
23
  "@vitest/coverage-istanbul": "^0.31.0",
24
24
  "eslint": "^8.37.0",
25
+ "eslint-config-custom": "0.6.0",
25
26
  "eslint-config-prettier": "^8.3.0",
26
27
  "istanbul": "^0.4.5",
27
28
  "jest": "^29.5.0",
28
29
  "rimraf": "^4.1.2",
29
30
  "ts-jest": "^29.1.1",
30
31
  "ts-node": "^10.9.1",
32
+ "tsconfig": " *",
31
33
  "tsup": "^7.2.0",
32
34
  "typescript": "^4.9.5",
33
- "vitest": "^0.29.8",
34
- "eslint-config-custom": "0.6.0",
35
- "tsconfig": "0.7.0"
35
+ "vitest": "^0.29.8"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@jest/globals": "^29.5.0",
@@ -40,14 +40,14 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@autometa/app": "^0.1.12",
43
- "@autometa/events": "^0.2.4",
44
- "@autometa/scopes": "^0.3.2",
45
- "@autometa/test-builder": "^0.1.24",
46
- "@autometa/errors": "^0.1.3",
47
- "@autometa/types": "^0.4.1",
48
43
  "@autometa/asserters": "^0.1.3",
44
+ "@autometa/config": "^0.1.12",
45
+ "@autometa/errors": "^0.1.3",
46
+ "@autometa/events": "^0.2.4",
49
47
  "@autometa/gherkin": "^0.5.1",
50
- "@autometa/config": "^0.1.12"
48
+ "@autometa/scopes": "^0.3.3",
49
+ "@autometa/test-builder": "^0.1.25",
50
+ "@autometa/types": "^0.4.1"
51
51
  },
52
52
  "scripts": {
53
53
  "test": "vitest run --passWithNoTests",
@@ -57,5 +57,6 @@
57
57
  "clean": "rimraf dist",
58
58
  "build": "tsup",
59
59
  "build:watch": "tsup --watch"
60
- }
60
+ },
61
+ "readme": "# Introduction\n\nThere's nothing here yet"
61
62
  }
@@ -1,15 +0,0 @@
1
-
2
- > @autometa/jest-executor@0.1.14 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
3
- > vitest run --passWithNoTests
4
-
5
-
6
- RUN v0.29.8 /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
7
-
8
- ✓ src/timeout-selector.spec.ts (2 tests) 3ms
9
- ✓ src/executor.spec.ts (15 tests) 20ms
10
-
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)
15
-