-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated snapshots for new asset-hash engine
- Loading branch information
Showing
28 changed files
with
121 additions
and
121 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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`CSS Asset 1`] = ` | ||
"bXipeBrs.png | ||
bsdudxaF.md | ||
gToHHcDx.css | ||
gToHHcDx.css.map | ||
index.js" | ||
"HDWIGpiP.md | ||
SmVOQyTt.png | ||
index.js | ||
rfFBfmSa.css | ||
rfFBfmSa.css.map" | ||
`; | ||
|
||
exports[`CSS Asset 2`] = ` | ||
"import content from './bsdudxaF.md'; | ||
import css from './gToHHcDx.css'; | ||
"import content from './HDWIGpiP.md'; | ||
import css from './rfFBfmSa.css'; | ||
function index() { | ||
return content + css | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; | ||
|
||
exports[`CSS Asset 3`] = ` | ||
"body { | ||
font-size: 20px; | ||
background: url(./bXipeBrs.png) top left repeat; | ||
background: url(./SmVOQyTt.png) top left repeat; | ||
} | ||
/*# sourceMappingURL=gToHHcDx.css.map */" | ||
/*# sourceMappingURL=rfFBfmSa.css.map */" | ||
`; |
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
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,19 +1,19 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Flat Multi 1`] = ` | ||
"bXipeBrs.png | ||
bsdudxaF.md | ||
"HDWIGpiP.md | ||
SmVOQyTt.png | ||
index.js" | ||
`; | ||
|
||
exports[`Flat Multi 2`] = ` | ||
"import content from './bsdudxaF.md'; | ||
import image from './bXipeBrs.png'; | ||
"import content from './HDWIGpiP.md'; | ||
import image from './SmVOQyTt.png'; | ||
function index() { | ||
return content + image | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; |
6 changes: 3 additions & 3 deletions
6
test/flat-single-non-absolute/__snapshots__/index.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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Flat Single Non Absolute 1`] = ` | ||
"bsdudxaF.md | ||
"HDWIGpiP.md | ||
index.js" | ||
`; | ||
|
||
exports[`Flat Single Non Absolute 2`] = ` | ||
"import content from './bsdudxaF.md'; | ||
"import content from './HDWIGpiP.md'; | ||
function index() { | ||
return content | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; |
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,17 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Flat Single 1`] = ` | ||
"bsdudxaF.md | ||
"HDWIGpiP.md | ||
index.js" | ||
`; | ||
|
||
exports[`Flat Single 2`] = ` | ||
"import content from './bsdudxaF.md'; | ||
"import content from './HDWIGpiP.md'; | ||
function index() { | ||
return content | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; |
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Indirect Deep Multi 1`] = ` | ||
"bXipeBrs.png | ||
bsdudxaF.md | ||
"HDWIGpiP.md | ||
SmVOQyTt.png | ||
index.js" | ||
`; | ||
|
||
exports[`Indirect Deep Multi 2`] = ` | ||
"import image from './bXipeBrs.png'; | ||
import content from './bsdudxaF.md'; | ||
"import image from './SmVOQyTt.png'; | ||
import content from './HDWIGpiP.md'; | ||
function index() { | ||
return content + image | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; |
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,17 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Indirect Deep Single 1`] = ` | ||
"bsdudxaF.md | ||
"HDWIGpiP.md | ||
index.js" | ||
`; | ||
|
||
exports[`Indirect Deep Single 2`] = ` | ||
"import content from './bsdudxaF.md'; | ||
"import content from './HDWIGpiP.md'; | ||
function index() { | ||
return content | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; |
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,17 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Indirect Deep Single with JS Extension 1`] = ` | ||
"bsdudxaF.md | ||
"HDWIGpiP.md | ||
index.js" | ||
`; | ||
|
||
exports[`Indirect Deep Single with JS Extension 2`] = ` | ||
"import content from './bsdudxaF.md'; | ||
"import content from './HDWIGpiP.md'; | ||
function index() { | ||
return content | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; |
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,17 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Indirect Single 1`] = ` | ||
"bsdudxaF.md | ||
"HDWIGpiP.md | ||
index.js" | ||
`; | ||
|
||
exports[`Indirect Single 2`] = ` | ||
"import content from './bsdudxaF.md'; | ||
"import content from './HDWIGpiP.md'; | ||
function index() { | ||
return content | ||
} | ||
export default index; | ||
export { index as default }; | ||
" | ||
`; |
Oops, something went wrong.