From cf8c096599512233d014b9699656209d7b49579a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Wed, 17 Jul 2024 04:03:16 +0800 Subject: [PATCH] test: cleanup snapshot --- test/__snapshots__/index.test.ts.snap | 14 -------------- 1 file changed, 14 deletions(-) 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";