Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Feb 22, 2019
1 parent 90d9233 commit 706ad48
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion test/__snapshots__/index.test.js.snap
Expand Up @@ -761,20 +761,36 @@ Directory tree:
define
dist
alias.js
alias.mjs
alias.umd.js
index.js
package.json
Build \\"alias\\" to dist:
50 B: alias.js.gz
34 B: alias.js.br"
34 B: alias.js.br
50 B: alias.mjs.gz
34 B: alias.mjs.br
141 B: alias.umd.js.gz
105 B: alias.umd.js.br"
`;
exports[`fixtures define 2`] = `
"console.log(\\"debug mode\\",!1);
"
`;
exports[`fixtures define 3`] = `
"console.log(\\"debug mode\\",!1);
"
`;
exports[`fixtures define 4`] = `
"!function(e,o){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?o():\\"function\\"==typeof define&&define.amd?define(o):o()}(0,function(){console.log(\\"debug mode\\",!0)});
"
`;
exports[`fixtures esnext-ts 1`] = `
"Used script: microbundle --raw
Expand Down

0 comments on commit 706ad48

Please sign in to comment.