From 83e4002525c446b82459424cc8fc2f8aece74c18 Mon Sep 17 00:00:00 2001 From: lujie Date: Thu, 3 Nov 2022 14:16:33 +0800 Subject: [PATCH] test: jest setup use `js` to avoid eslint error --- jest.setup.ts => jest.setup.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename jest.setup.ts => jest.setup.js (100%) diff --git a/jest.setup.ts b/jest.setup.js similarity index 100% rename from jest.setup.ts rename to jest.setup.js