mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
test: cleanup snapshot
This commit is contained in:
parent
abf3a30050
commit
cf8c096599
@ -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";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user