-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
669ef56
commit 70f12d3
Showing
3 changed files
with
304 additions
and
304 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`api should get configuration from schema 1`] = ` | ||
"Invalid options object. CSS Loader has been initialised using an options object that does not match the API schema. | ||
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema. | ||
- options has an unknown property 'foo'. These properties are valid: | ||
object { name? }" | ||
`; | ||
exports[`api should prefer configuration over "title" #1 1`] = ` | ||
"Invalid options object. NAME has been initialised using an options object that does not match the API schema. | ||
"Invalid options object. NAME has been initialized using an options object that does not match the API schema. | ||
- options has an unknown property 'foo'. These properties are valid: | ||
object { name? }" | ||
`; | ||
exports[`api should prefer configuration over "title" #2 1`] = ` | ||
"Invalid BaseDataPath object. CSS Loader has been initialised using a BaseDataPath object that does not match the API schema. | ||
"Invalid BaseDataPath object. CSS Loader has been initialized using a BaseDataPath object that does not match the API schema. | ||
- BaseDataPath has an unknown property 'foo'. These properties are valid: | ||
object { name? }" | ||
`; | ||
exports[`api should prefer configuration over "title" 1`] = ` | ||
"Invalid BaseDataPath object. NAME has been initialised using a BaseDataPath object that does not match the API schema. | ||
"Invalid BaseDataPath object. NAME has been initialized using a BaseDataPath object that does not match the API schema. | ||
- BaseDataPath has an unknown property 'foo'. These properties are valid: | ||
object { name? }" | ||
`; | ||
exports[`api should use default values when "title" is broken 1`] = ` | ||
"Invalid configuration object. Object has been initialised using a configuration object that does not match the API schema. | ||
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema. | ||
- configuration has an unknown property 'foo'. These properties are valid: | ||
object { name? }" | ||
`; |
Oops, something went wrong.