From 63d8f732b1ee2c8c1c07a0ee21ca89232632e4ff Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Tue, 10 Oct 2023 16:00:14 -0500 Subject: [PATCH] Prettier --- packages/ethers/jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ethers/jest.config.js b/packages/ethers/jest.config.js index 946f3b1dd..fa3cd8a95 100644 --- a/packages/ethers/jest.config.js +++ b/packages/ethers/jest.config.js @@ -7,5 +7,4 @@ const config = { testTimeout: 30 * 1000, // For slow CI machines }; - module.exports = config;