From 582b1bb2dcf70157e791cdc608e265ad4d5d2538 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 12 Sep 2023 19:52:45 -0700 Subject: [PATCH] remove esmock sketch file --- tests/tests-workspaces/workspaces-ts/ts-b/esmock.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/tests-workspaces/workspaces-ts/ts-b/esmock.js diff --git a/tests/tests-workspaces/workspaces-ts/ts-b/esmock.js b/tests/tests-workspaces/workspaces-ts/ts-b/esmock.js deleted file mode 100644 index 87ab45dc..00000000 --- a/tests/tests-workspaces/workspaces-ts/ts-b/esmock.js +++ /dev/null @@ -1,4 +0,0 @@ -export * from '../../../../src/esmock.js' -export {default} from '../../../../src/esmock.js' - -console.log('exportngf')