56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`url-plugin copied-assets 1`] = `
|
|
##############
|
|
# index.html #
|
|
##############
|
|
<html><head>
|
|
<link rel="icon" href="fb585fdb6db313c9.svg">
|
|
</head>
|
|
<body>
|
|
<script src="batman.js" type="module"></script>
|
|
|
|
|
|
</body></html>
|
|
#############
|
|
# batman.js #
|
|
#############
|
|
const b = ()=>'batman';
|
|
console.log(b());
|
|
|
|
export { b };
|
|
//# sourceMappingURL=batman.js.map
|
|
|
|
#################
|
|
# batman.js.map #
|
|
#################
|
|
{"version":3,"file":"batman.js","sources":["../batman.js"],"sourcesContent":["export const b = ()=>'batman';\\nconsole.log(b());\\n"],"names":[],"mappings":"AAAY,MAAC,CAAC,GAAG,IAAI,SAAS;AAC9B,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;;;;"}
|
|
`;
|
|
|
|
exports[`url-plugin inlined-assets 1`] = `
|
|
##############
|
|
# index.html #
|
|
##############
|
|
<html><head>
|
|
<link rel="icon" href="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%2300ff0d%3Bstroke-width%3A5%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20d%3D%22M4.1%2014.72%2016%2026.31%2028.38%205.09%22%2F%3E%3C%2Fsvg%3E">
|
|
</head>
|
|
<body>
|
|
<script src="batman.js" type="module"></script>
|
|
|
|
|
|
</body></html>
|
|
#############
|
|
# batman.js #
|
|
#############
|
|
const b = ()=>'batman';
|
|
console.log(b());
|
|
|
|
export { b };
|
|
//# sourceMappingURL=batman.js.map
|
|
|
|
#################
|
|
# batman.js.map #
|
|
#################
|
|
{"version":3,"file":"batman.js","sources":["../batman.js"],"sourcesContent":["export const b = ()=>'batman';\\nconsole.log(b());\\n"],"names":[],"mappings":"AAAY,MAAC,CAAC,GAAG,IAAI,SAAS;AAC9B,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;;;;"}
|
|
`;
|