@digest/jest 3.2.1 → 3.3.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/share/setup.js +0 -7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/jest",
3
3
  "title": "Jest Digest",
4
4
  "license": "GPL-3.0",
5
- "version": "3.2.1",
5
+ "version": "3.3.2",
6
6
  "description": "Digested Jest configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -35,8 +35,8 @@
35
35
  "clean": "rimraf node_modules dist package-lock.json npm-debug.log"
36
36
  },
37
37
  "dependencies": {
38
- "@digest/scripts": "^3.2.1",
39
- "jest": "^27.3.1",
38
+ "@digest/scripts": "^3.3.2",
39
+ "jest": "^27.4.3",
40
40
  "jest-transform-stub": "^2.0.0"
41
41
  },
42
42
  "keywords": [
@@ -46,5 +46,5 @@
46
46
  "coverage",
47
47
  "clover"
48
48
  ],
49
- "gitHead": "38f09129b4ebd032235ee07f06d7fa773e88f23d"
49
+ "gitHead": "97df5e3e791d3bcac2eddc0d26b37b828b49e1e7"
50
50
  }
package/share/setup.js CHANGED
@@ -14,13 +14,6 @@ program. If not, see <http://www.gnu.org/licenses/>.
14
14
 
15
15
  */
16
16
 
17
- /*
18
- eslint-disable
19
- import/unambiguous,
20
- import/no-commonjs,
21
- global-require
22
- */
23
-
24
17
  // For async tests, catch all errors here so we don't have to try / catch
25
18
  // everywhere for safety
26
19
  process.on(