@codecademy/gamut-tests 4.0.13-alpha.56459b.0 → 4.0.13-alpha.af60b0.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 +2 -4
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { setupEnzyme as setupEnzymeBase, setupRtl as setupRtlBase } from 'component-test-setup';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
export declare const MockGamutProvider: React.FC
|
|
3
|
+
export declare const MockGamutProvider: React.FC;
|
|
4
4
|
export declare const setupEnzyme: typeof setupEnzymeBase;
|
|
5
|
-
export declare const setupRtl: typeof setupRtlBase
|
|
6
|
-
wrapper: React.ComponentType<React.PropsWithChildren<{}>>;
|
|
7
|
-
};
|
|
5
|
+
export declare const setupRtl: typeof setupRtlBase;
|
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.0.5-alpha.
|
|
4
|
+
"@codecademy/gamut-styles": "14.0.5-alpha.af60b0.0",
|
|
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.13-alpha.
|
|
17
|
+
"version": "4.0.13-alpha.af60b0.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": "
|
|
39
|
+
"gitHead": "72ea843a54450b67b73c3a06e9df5e9fc1e9f3f1"
|
|
40
40
|
}
|