-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0a7c31
commit 974ce25
Showing
49 changed files
with
1,483 additions
and
4,495 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`API should work with async API: console messages 1`] = ` | ||
Array [ | ||
"[HMR] Waiting for update signal from WDS...", | ||
"Hey.", | ||
"[webpack-dev-server] Hot Module Replacement enabled.", | ||
"[webpack-dev-server] Live Reloading enabled.", | ||
] | ||
`; | ||
|
||
exports[`API should work with async API: page errors 1`] = `Array []`; | ||
|
||
exports[`API should work with callback API: console messages 1`] = ` | ||
Array [ | ||
"[HMR] Waiting for update signal from WDS...", | ||
"Hey.", | ||
"[webpack-dev-server] Hot Module Replacement enabled.", | ||
"[webpack-dev-server] Live Reloading enabled.", | ||
] | ||
`; | ||
|
||
exports[`API should work with callback API: page errors 1`] = `Array []`; | ||
|
||
exports[`API should work with deprecated API: console messages 1`] = ` | ||
Array [ | ||
"[HMR] Waiting for update signal from WDS...", | ||
"Hey.", | ||
"[webpack-dev-server] Hot Module Replacement enabled.", | ||
"[webpack-dev-server] Live Reloading enabled.", | ||
] | ||
`; | ||
|
||
exports[`API should work with deprecated API: page errors 1`] = `Array []`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`API should work with async API: console messages 1`] = ` | ||
Array [ | ||
"[HMR] Waiting for update signal from WDS...", | ||
"Hey.", | ||
"[webpack-dev-server] Hot Module Replacement enabled.", | ||
"[webpack-dev-server] Live Reloading enabled.", | ||
] | ||
`; | ||
|
||
exports[`API should work with async API: page errors 1`] = `Array []`; | ||
|
||
exports[`API should work with callback API: console messages 1`] = ` | ||
Array [ | ||
"[HMR] Waiting for update signal from WDS...", | ||
"Hey.", | ||
"[webpack-dev-server] Hot Module Replacement enabled.", | ||
"[webpack-dev-server] Live Reloading enabled.", | ||
] | ||
`; | ||
|
||
exports[`API should work with callback API: page errors 1`] = `Array []`; | ||
|
||
exports[`API should work with deprecated API: console messages 1`] = ` | ||
Array [ | ||
"[HMR] Waiting for update signal from WDS...", | ||
"Hey.", | ||
"[webpack-dev-server] Hot Module Replacement enabled.", | ||
"[webpack-dev-server] Live Reloading enabled.", | ||
] | ||
`; | ||
|
||
exports[`API should work with deprecated API: page errors 1`] = `Array []`; |
Oops, something went wrong.