-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(regression): always get necessary stats for hmr (#1780)
- Loading branch information
1 parent
028ceee
commit 66b04a9
Showing
3 changed files
with
130 additions
and
83 deletions.
There are no files selected for viewing
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,56 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Server stats should works with difference stats values (contains 'hash', 'assets', 'warnings' and 'errors') 1`] = ` | ||
Array [ | ||
"errors", | ||
"warnings", | ||
"hash", | ||
"assetsByChunkName", | ||
"assets", | ||
"filteredAssets", | ||
] | ||
`; | ||
|
||
exports[`Server stats should works with difference stats values (contains 'hash', 'assets', 'warnings' and 'errors') 2`] = ` | ||
Array [ | ||
"errors", | ||
"warnings", | ||
"hash", | ||
"assetsByChunkName", | ||
"assets", | ||
"filteredAssets", | ||
] | ||
`; | ||
|
||
exports[`Server stats should works with difference stats values (contains 'hash', 'assets', 'warnings' and 'errors') 3`] = ` | ||
Array [ | ||
"errors", | ||
"warnings", | ||
"hash", | ||
"assetsByChunkName", | ||
"assets", | ||
"filteredAssets", | ||
] | ||
`; | ||
|
||
exports[`Server stats should works with difference stats values (contains 'hash', 'assets', 'warnings' and 'errors') 4`] = ` | ||
Array [ | ||
"errors", | ||
"warnings", | ||
"hash", | ||
"assetsByChunkName", | ||
"assets", | ||
"filteredAssets", | ||
] | ||
`; | ||
|
||
exports[`Server stats should works with difference stats values (contains 'hash', 'assets', 'warnings' and 'errors') 5`] = ` | ||
Array [ | ||
"errors", | ||
"warnings", | ||
"hash", | ||
"assetsByChunkName", | ||
"assets", | ||
"filteredAssets", | ||
] | ||
`; |