Skip to content

Commit

Permalink
test(html): update snapshots for rollup v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape authored and LarsDenBakker committed Sep 12, 2020
1 parent daaf743 commit 022c268
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/html/test/snapshots/test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,21 @@ Generated by [AVA](https://ava.li).
})));␊
`,
fileName: 'joker.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'joker.css',
map: undefined,
source: Buffer @Uint8Array [
2a207b20 77696474 683a2031 3030253b 207d0a
],
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: `␊
<!doctype html>␊
<html batsignal="on" lang="bat">␊
Expand Down Expand Up @@ -63,18 +66,21 @@ Generated by [AVA](https://ava.li).
})));␊
`,
fileName: 'joker.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'joker.css',
map: undefined,
source: Buffer @Uint8Array [
2a207b20 77696474 683a2031 3030253b 207d0a
],
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: `␊
<!doctype html>␊
<html lang="en">␊
Expand Down Expand Up @@ -106,11 +112,13 @@ Generated by [AVA](https://ava.li).
})));␊
`,
fileName: 'batman.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: `␊
<!doctype html>␊
<html lang="en">␊
Expand All @@ -135,11 +143,13 @@ Generated by [AVA](https://ava.li).
code: `␊
`,
fileName: 'batman.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: `␊
<!doctype html>␊
<html lang="en">␊
Expand Down Expand Up @@ -169,11 +179,13 @@ Generated by [AVA](https://ava.li).
}());␊
`,
fileName: 'batman.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: `␊
<!doctype html>␊
<html lang="en">␊
Expand Down Expand Up @@ -205,11 +217,13 @@ Generated by [AVA](https://ava.li).
})));␊
`,
fileName: 'robin.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: `␊
<!doctype html>␊
<html lang="en">␊
Expand Down Expand Up @@ -241,11 +255,13 @@ Generated by [AVA](https://ava.li).
})));␊
`,
fileName: 'batman.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'batman.html',
map: undefined,
source: `␊
<!doctype html>␊
<html lang="en">␊
Expand Down Expand Up @@ -277,11 +293,13 @@ Generated by [AVA](https://ava.li).
})));␊
`,
fileName: 'batman.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: '<html><body><main></main></body></html>',
},
]
Expand All @@ -296,11 +314,13 @@ Generated by [AVA](https://ava.li).
␊
`,
fileName: 'batman.js',
map: null,
source: undefined,
},
{
code: undefined,
fileName: 'index.html',
map: undefined,
source: `␊
<!doctype html>␊
<html lang="en">␊
Expand Down
Binary file modified packages/html/test/snapshots/test.js.snap
Binary file not shown.

0 comments on commit 022c268

Please sign in to comment.