From cb67549e8f3eb27f5fa12968af61dfce57207c81 Mon Sep 17 00:00:00 2001 From: Lordfirespeed <28568841+Lordfirespeed@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:51:47 +0100 Subject: [PATCH] refactor: use `.ts` file for import test --- test/import-test/index.cjs | 6 ------ test/import-test/{index.js => index.ts} | 0 2 files changed, 6 deletions(-) delete mode 100644 test/import-test/index.cjs rename test/import-test/{index.js => index.ts} (100%) diff --git a/test/import-test/index.cjs b/test/import-test/index.cjs deleted file mode 100644 index 2ad3f76..0000000 --- a/test/import-test/index.cjs +++ /dev/null @@ -1,6 +0,0 @@ -const assert = require("node:assert") -const session = require("@otterhttp/session").default - -assert(session) - -session() diff --git a/test/import-test/index.js b/test/import-test/index.ts similarity index 100% rename from test/import-test/index.js rename to test/import-test/index.ts