-
-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(watch): hash assertion for single-config-opt
- Loading branch information
1 parent
48f34d1
commit 55632d6
Showing
2 changed files
with
91 additions
and
12 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...binCases/watch/single-config-watch-opt/__snapshots__/single-config-watch-opt.test.js.snap
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,13 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`single-config-watch-opt 1`] = ` | ||
" Asset Size Chunks Chunk Names | ||
null.js 930 bytes 0 [emitted] null | ||
Entrypoint null = null.js | ||
[0] ./index.js 0 bytes {0} [built] | ||
WARNING in configuration | ||
The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. | ||
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/concepts/mode/ | ||
" | ||
`; |
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