@codecademy/gamut-tests 4.0.17-alpha.58ee8c.0 → 4.0.18-alpha.131bca.0

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/dist/index.d.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  import { setupEnzyme as setupEnzymeBase, setupRtl as setupRtlBase } from 'component-test-setup';
2
2
  import React from 'react';
3
3
  export declare const MockGamutProvider: React.FC;
4
+ /**
5
+ * @deprecated Enzyme is no longer being maintained. Use RTL instead.
6
+ */
4
7
  export declare const setupEnzyme: typeof setupEnzymeBase;
5
8
  export declare const setupRtl: typeof setupRtlBase;
package/dist/index.js CHANGED
@@ -20,6 +20,10 @@ function withMockGamutProvider(WrappedComponent) {
20
20
  return WithBoundaryComponent;
21
21
  } // overArgs isn't fully typed yet for lack of curried generics, so we have to cast it...
22
22
 
23
+ /**
24
+ * @deprecated Enzyme is no longer being maintained. Use RTL instead.
25
+ */
26
+
23
27
 
24
28
  export var setupEnzyme = overArgs(setupEnzymeBase, withMockGamutProvider);
25
29
  export var setupRtl = overArgs(setupRtlBase, withMockGamutProvider);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Codecademy Engineering <dev@codecademy.com>",
3
3
  "dependencies": {
4
- "@codecademy/gamut-styles": "14.2.1-alpha.58ee8c.0",
4
+ "@codecademy/gamut-styles": "^14.2.1",
5
5
  "component-test-setup": "*",
6
6
  "lodash": "^4.17.5"
7
7
  },
@@ -14,7 +14,7 @@
14
14
  "rtl"
15
15
  ],
16
16
  "name": "@codecademy/gamut-tests",
17
- "version": "4.0.17-alpha.58ee8c.0",
17
+ "version": "4.0.18-alpha.131bca.0",
18
18
  "license": "MIT",
19
19
  "main": "dist/index.js",
20
20
  "module": "dist/index.js",
@@ -36,5 +36,5 @@
36
36
  "build": "nx build @codecademy/gamut-tests"
37
37
  },
38
38
  "types": "./dist/index.d.ts",
39
- "gitHead": "a9dc066d1d6d4eda7fe13123d97bcb955cda352d"
39
+ "gitHead": "7bd6a4948e86ae695ce5d0624a797dc0171597e3"
40
40
  }