diff --git a/test/__snapshots__/index.test.ts.snap b/test/__snapshots__/index.test.ts.snap index 5109c78..68627fb 100644 --- a/test/__snapshots__/index.test.ts.snap +++ b/test/__snapshots__/index.test.ts.snap @@ -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";