From 07f96a84168d8dc0953fa296f5c59c485a30e3f4 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Tue, 22 Jun 2021 19:14:01 +0100 Subject: [PATCH] Update jest.config.js --- jest.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 390d8a6b3..0be8ec686 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,11 +4,10 @@ module.exports = { moduleFileExtensions: ['ts', 'tsx', 'mjs', 'js', 'json', 'jsx'], testPathIgnorePatterns: ['[/\\\\](node_modules|.next)[/\\\\]'], transformIgnorePatterns: [ - 'node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-fs-access)/)' + 'node_modules/(?!(browser-fs-access)/)', ], transform: { '^.+\\.(ts|tsx|mjs)$': 'babel-jest', - '^.+\\.mjs$': 'babel-jest', }, modulePaths: ['', 'node_modules'], watchPlugins: [