-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:
paths
now works with webpack resolver
- Loading branch information
1 parent
cecf183
commit 3931470
Showing
68 changed files
with
1,516 additions
and
790 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
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,23 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`appendData option should work append data as function: css 1`] = ` | ||
".background { | ||
color: coral; | ||
} | ||
" | ||
`; | ||
|
||
exports[`appendData option should work append data as function: errors 1`] = `Array []`; | ||
|
||
exports[`appendData option should work append data as function: warnings 1`] = `Array []`; | ||
|
||
exports[`appendData option should work append data as string: css 1`] = ` | ||
".background { | ||
color: coral; | ||
} | ||
" | ||
`; | ||
|
||
exports[`appendData option should work append data as string: errors 1`] = `Array []`; | ||
|
||
exports[`appendData option should work append data as string: warnings 1`] = `Array []`; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.