@khanacademy/wonder-blocks-testing 8.0.4 → 8.0.5
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 +7 -0
- package/dist/fetch/fetch-request-matches-mock.js.flow +1 -2
- package/dist/fetch/mock-fetch.js.flow +1 -2
- package/dist/fetch/types.js.flow +1 -2
- package/dist/fixtures/fixtures.basic.stories.js.flow +1 -2
- package/dist/fixtures/fixtures.defaultwrapper.stories.js.flow +1 -2
- package/dist/fixtures/fixtures.js.flow +1 -2
- package/dist/fixtures/types.js.flow +1 -2
- package/dist/gql/gql-request-matches-mock.js.flow +1 -2
- package/dist/gql/mock-gql-fetch.js.flow +1 -2
- package/dist/gql/types.js.flow +1 -2
- package/dist/harness/adapters/adapters.js.flow +1 -2
- package/dist/harness/adapters/css.js.flow +1 -2
- package/dist/harness/adapters/data.js.flow +0 -1
- package/dist/harness/adapters/portal.js.flow +1 -2
- package/dist/harness/adapters/router.js.flow +1 -2
- package/dist/harness/hook-harness.js.flow +1 -2
- package/dist/harness/make-hook-harness.js.flow +1 -2
- package/dist/harness/make-test-harness.js.flow +1 -2
- package/dist/harness/render-adapters.js.flow +1 -2
- package/dist/harness/test-harness.js.flow +1 -2
- package/dist/harness/types.js.flow +1 -2
- package/dist/index.js.flow +1 -2
- package/dist/mock-requester.js.flow +1 -2
- package/dist/respond-with.js.flow +1 -2
- package/dist/response-impl.js.flow +1 -2
- package/dist/settle-controller.js.flow +1 -2
- package/dist/settle-signal.js.flow +1 -2
- package/dist/types.js.flow +1 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/fetch/types.js.flow
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import type { MockResponse } from "../respond-with";
|
|
9
8
|
export type FetchMockOperation = RegExp | string;
|
|
10
9
|
declare type FetchMockOperationFn = (
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as React from "react";
|
|
9
8
|
declare type Props = { [key: any]: any };
|
|
10
9
|
declare export var F1: mixed;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import type { GqlOperation, GqlContext } from "@khanacademy/wonder-blocks-data";
|
|
9
8
|
import type { GqlMockOperation } from "./types";
|
|
10
9
|
declare export var gqlRequestMatchesMock: (
|
package/dist/gql/types.js.flow
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import type { GqlOperation, GqlContext } from "@khanacademy/wonder-blocks-data";
|
|
9
8
|
import type { GraphQLJson } from "../types";
|
|
10
9
|
import type { MockResponse } from "../respond-with";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as $Flowgen$Import$_2e__2e__2f_types from "../types";
|
|
9
8
|
import * as $Flowgen$Import$aphrodite from "aphrodite";
|
|
10
9
|
import * as $Flowgen$Import$history from "history";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import type { CSSProperties } from "aphrodite";
|
|
9
8
|
import type { TestHarnessAdapter } from "../types";
|
|
10
9
|
declare type Config =
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import type { TestHarnessAdapter } from "../types";
|
|
9
8
|
declare type Config = string;
|
|
10
9
|
declare export var defaultConfig: Config | null | void;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as React from "react";
|
|
9
8
|
import { MemoryRouter } from "react-router-dom";
|
|
10
9
|
import type { LocationShape, Location } from "react-router-dom";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as React from "react";
|
|
9
8
|
import { DefaultAdapters } from "./adapters/adapters";
|
|
10
9
|
import type { TestHarnessConfigs } from "./types";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as $Flowgen$Import$_2e__2f_types from "./types";
|
|
9
8
|
import * as React from "react";
|
|
10
9
|
import type { TestHarnessAdapters, TestHarnessConfigs } from "./types";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as $Flowgen$Import$_2e__2f_types from "./types";
|
|
9
8
|
import * as React from "react";
|
|
10
9
|
import type { TestHarnessAdapters, TestHarnessConfigs } from "./types";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as $Flowgen$Import$_2e__2f_types from "./types";
|
|
9
8
|
import * as React from "react";
|
|
10
9
|
import type { TestHarnessConfigs, TestHarnessAdapters } from "./types";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import * as $Flowgen$Import$react from "react";
|
|
9
8
|
import * as $Flowgen$Import$_2e__2f_types from "./types";
|
|
10
9
|
import * as $Flowgen$Import$aphrodite from "aphrodite";
|
package/dist/index.js.flow
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import { SettleSignal } from "./settle-signal";
|
|
9
8
|
import type { GraphQLJson } from "./types";
|
|
10
9
|
|
package/dist/types.js.flow
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-testing",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.5",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@babel/runtime": "^7.18.6",
|
|
17
|
-
"@khanacademy/wonder-blocks-data": "^11.0.
|
|
17
|
+
"@khanacademy/wonder-blocks-data": "^11.0.5"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@khanacademy/wonder-stuff-core": "^1.2.2",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-router-dom": "5.3.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"wb-dev-build-settings": "^0.9.
|
|
29
|
+
"wb-dev-build-settings": "^0.9.4"
|
|
30
30
|
},
|
|
31
31
|
"author": "",
|
|
32
32
|
"license": "MIT"
|