test: cleanup snapshot

This commit is contained in:
三咲智子 Kevin Deng 2024-07-17 04:03:16 +08:00
parent abf3a30050
commit cf8c096599
No known key found for this signature in database

View File

@ -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";