-
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update jest to the latest version (#1088)
- Loading branch information
1 parent
8ae327d
commit 8c8cece
Showing
10 changed files
with
11,787 additions
and
11,763 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,91 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`implementation option 'dart-sass', 'legacy' API: errors 1`] = `Array []`; | ||
exports[`implementation option 'dart-sass', 'legacy' API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option 'dart-sass', 'legacy' API: warnings 1`] = `Array []`; | ||
exports[`implementation option 'dart-sass', 'legacy' API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option 'dart-sass', 'modern' API: errors 1`] = `Array []`; | ||
exports[`implementation option 'dart-sass', 'modern' API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option 'dart-sass', 'modern' API: warnings 1`] = `Array []`; | ||
exports[`implementation option 'dart-sass', 'modern' API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option 'node-sass', 'legacy' API: errors 1`] = `Array []`; | ||
exports[`implementation option 'node-sass', 'legacy' API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option 'node-sass', 'legacy' API: warnings 1`] = `Array []`; | ||
exports[`implementation option 'node-sass', 'legacy' API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option 'sass_string', 'legacy' API: errors 1`] = `Array []`; | ||
exports[`implementation option 'sass_string', 'legacy' API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option 'sass_string', 'legacy' API: warnings 1`] = `Array []`; | ||
exports[`implementation option 'sass_string', 'legacy' API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option 'sass-embedded', 'legacy' API: errors 1`] = `Array []`; | ||
exports[`implementation option 'sass-embedded', 'legacy' API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option 'sass-embedded', 'legacy' API: warnings 1`] = `Array []`; | ||
exports[`implementation option 'sass-embedded', 'legacy' API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option 'sass-embedded', 'modern' API: errors 1`] = `Array []`; | ||
exports[`implementation option 'sass-embedded', 'modern' API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option 'sass-embedded', 'modern' API: warnings 1`] = `Array []`; | ||
exports[`implementation option 'sass-embedded', 'modern' API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option not specify with legacy API: errors 1`] = `Array []`; | ||
exports[`implementation option not specify with legacy API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option not specify with legacy API: warnings 1`] = `Array []`; | ||
exports[`implementation option not specify with legacy API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option not specify with modern API: errors 1`] = `Array []`; | ||
exports[`implementation option not specify with modern API: errors 1`] = `[]`; | ||
|
||
exports[`implementation option not specify with modern API: warnings 1`] = `Array []`; | ||
exports[`implementation option not specify with modern API: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option not specify: errors 1`] = `Array []`; | ||
exports[`implementation option not specify: errors 1`] = `[]`; | ||
|
||
exports[`implementation option not specify: warnings 1`] = `Array []`; | ||
exports[`implementation option not specify: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option should not swallow an error when trying to load a sass implementation: errors 1`] = ` | ||
Array [ | ||
[ | ||
"ModuleError: Module Error (from ../src/cjs.js): | ||
Some error", | ||
] | ||
`; | ||
|
||
exports[`implementation option should not swallow an error when trying to load a sass implementation: warnings 1`] = `Array []`; | ||
exports[`implementation option should not swallow an error when trying to load a sass implementation: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option should throw an error on an unknown sass implementation: errors 1`] = ` | ||
Array [ | ||
[ | ||
"ModuleError: Module Error (from ../src/cjs.js): | ||
Unknown Sass implementation \\"strange-sass\\".", | ||
Unknown Sass implementation "strange-sass".", | ||
] | ||
`; | ||
|
||
exports[`implementation option should throw an error on an unknown sass implementation: warnings 1`] = `Array []`; | ||
exports[`implementation option should throw an error on an unknown sass implementation: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option should throw an error when the "info" is unparseable: errors 1`] = ` | ||
Array [ | ||
[ | ||
"ModuleError: Module Error (from ../src/cjs.js): | ||
Unknown Sass implementation \\"asdfj\\".", | ||
Unknown Sass implementation "asdfj".", | ||
] | ||
`; | ||
|
||
exports[`implementation option should throw an error when the "info" is unparseable: warnings 1`] = `Array []`; | ||
exports[`implementation option should throw an error when the "info" is unparseable: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option should throw error when the "info" does not exist: errors 1`] = ` | ||
Array [ | ||
[ | ||
"ModuleError: Module Error (from ../src/cjs.js): | ||
Unknown Sass implementation.", | ||
] | ||
`; | ||
|
||
exports[`implementation option should throw error when the "info" does not exist: warnings 1`] = `Array []`; | ||
exports[`implementation option should throw error when the "info" does not exist: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option should throw error when unresolved package: errors 1`] = ` | ||
Array [ | ||
[ | ||
"ModuleError: Module Error (from ../src/cjs.js): | ||
Cannot find module 'unresolved' from 'src/utils.js'", | ||
] | ||
`; | ||
|
||
exports[`implementation option should throw error when unresolved package: warnings 1`] = `Array []`; | ||
exports[`implementation option should throw error when unresolved package: warnings 1`] = `[]`; | ||
|
||
exports[`implementation option should try to load using valid order: errors 1`] = ` | ||
Array [ | ||
[ | ||
"ModuleError: Module Error (from ../src/cjs.js): | ||
Some error sass", | ||
] | ||
`; | ||
|
||
exports[`implementation option should try to load using valid order: warnings 1`] = `Array []`; | ||
exports[`implementation option should try to load using valid order: warnings 1`] = `[]`; |
Oops, something went wrong.