@khanacademy/wonder-blocks-testing 15.1.7 → 16.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @khanacademy/wonder-blocks-testing
2
2
 
3
+ ## 16.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 82b5970: Removed Fixtures framework - please use the native Storybook CSFv3 format for stories
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [82b5970]
12
+ - @khanacademy/wonder-blocks-testing-core@4.0.0
13
+ - @khanacademy/wonder-blocks-core@12.4.0
14
+ - @khanacademy/wonder-blocks-data@14.1.6
15
+
16
+ ## 15.1.8
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [642b5d7]
21
+ - @khanacademy/wonder-blocks-data@14.1.6
22
+
3
23
  ## 15.1.7
4
24
 
5
25
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { mockRequester, harnessAdapters } from '@khanacademy/wonder-blocks-testing-core';
2
- export { RespondWith, SettleController, fixtures, hookHarness, makeHookHarness, makeTestHarness, mockFetch, renderHookStatic, testHarness } from '@khanacademy/wonder-blocks-testing-core';
2
+ export { RespondWith, SettleController, hookHarness, makeHookHarness, makeTestHarness, mockFetch, renderHookStatic, testHarness } from '@khanacademy/wonder-blocks-testing-core';
3
3
  import { jsx, Fragment } from 'react/jsx-runtime';
4
4
  import 'react';
5
5
  import { InterceptRequests } from '@khanacademy/wonder-blocks-data';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- export { fixtures } from "@khanacademy/wonder-blocks-testing-core";
2
- export type { FixtureFn, FixtureProps, GetPropsOptions, } from "@khanacademy/wonder-blocks-testing-core";
3
1
  export { mockFetch, RespondWith, SettleController, } from "@khanacademy/wonder-blocks-testing-core";
4
2
  export { mockGqlFetch } from "./gql/mock-gql-fetch";
5
3
  export type { MockResponse, FetchMockFn, FetchMockOperation, } from "@khanacademy/wonder-blocks-testing-core";
package/dist/index.js CHANGED
@@ -35,10 +35,6 @@ Object.defineProperty(exports, 'SettleController', {
35
35
  enumerable: true,
36
36
  get: function () { return wonderBlocksTestingCore.SettleController; }
37
37
  });
38
- Object.defineProperty(exports, 'fixtures', {
39
- enumerable: true,
40
- get: function () { return wonderBlocksTestingCore.fixtures; }
41
- });
42
38
  Object.defineProperty(exports, 'hookHarness', {
43
39
  enumerable: true,
44
40
  get: function () { return wonderBlocksTestingCore.hookHarness; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-testing",
3
- "version": "15.1.7",
3
+ "version": "16.0.0",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,12 +11,11 @@
11
11
  "types": "dist/index.d.ts",
12
12
  "dependencies": {
13
13
  "@khanacademy/wonder-blocks-core": "12.4.0",
14
- "@khanacademy/wonder-blocks-data": "14.1.5",
15
- "@khanacademy/wonder-blocks-testing-core": "3.0.1"
14
+ "@khanacademy/wonder-blocks-data": "14.1.6",
15
+ "@khanacademy/wonder-blocks-testing-core": "4.0.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@khanacademy/wonder-stuff-core": "^1.5.4",
19
- "@storybook/addon-actions": "^8.5.2",
20
19
  "aphrodite": "^1.2.5",
21
20
  "node-fetch": "^2.6.7",
22
21
  "react": "18.2.0",