From 8641684e17b5cb0ec3f548a013174faae9a0dc67 Mon Sep 17 00:00:00 2001 From: iosh Date: Fri, 16 Aug 2024 10:11:22 +0800 Subject: [PATCH] chore: try to fix integration test --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 9ab253ce..70faec2e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -118,6 +118,7 @@ module.exports = { tslib: 'tslib/tslib.es6.js', 'react-use': 'react-use/esm/index.js', uuid: require.resolve('uuid'), + '^uuid$': 'uuid', }, // globalSetup: path.resolve(__dirname, './scripts/jest-global-setup.js') }