@codecademy/gamut-tests 5.2.15-alpha.bd0e21.0 → 5.2.15-alpha.bd9682.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.js +3 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5,10 +5,9 @@ import * as React from 'react';
|
|
|
5
5
|
|
|
6
6
|
// See https://www.notion.so/codecademy/Frontend-Unit-Tests-1cbf4e078a6647559b4583dfb6d3cb18 for more info
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
export const MockGamutProvider =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
} = _ref;
|
|
8
|
+
export const MockGamutProvider = ({
|
|
9
|
+
children
|
|
10
|
+
}) => {
|
|
12
11
|
return /*#__PURE__*/_jsx(GamutProvider, {
|
|
13
12
|
theme: theme,
|
|
14
13
|
useCache: false,
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-tests",
|
|
3
3
|
"description": "Shared component test setup for Gamut applications",
|
|
4
|
-
"version": "5.2.15-alpha.
|
|
4
|
+
"version": "5.2.15-alpha.bd9682.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "17.
|
|
7
|
+
"@codecademy/gamut-styles": "17.9.1-alpha.bd9682.0",
|
|
8
8
|
"component-test-setup": "*",
|
|
9
9
|
"lodash": "^4.17.5"
|
|
10
10
|
},
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"verify": "tsc --noEmit"
|
|
34
34
|
},
|
|
35
35
|
"types": "./dist/index.d.ts",
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "2fa14cd7306c4807239a6d7e64fff32d81f3fc54"
|
|
37
37
|
}
|