Skip to content

Commit

Permalink
test: cleanup snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 16, 2024
1 parent abf3a30 commit cf8c096
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,6 @@ exports.foo = foo;
"
`;

exports[`declaration files with multiple entrypoints #316 1`] = `
"declare const foo = 1;
export { foo };
"
`;

exports[`declaration files with multiple entrypoints #316 2`] = `
"declare const bar = "bar";
export { bar };
"
`;

exports[`disable code splitting to get proper module.exports = 1`] = `
""use strict";
Expand Down

0 comments on commit cf8c096

Please sign in to comment.