From 55190d787e6cabfe7e7977d0b2c1ecf32e7c77ca Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Sat, 12 Feb 2022 23:13:25 +0200 Subject: fix jest --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index dcc2a50..63567d4 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ module.exports = { modulePaths: ['/assets'], + testPathIgnorePatterns: ['/node_modules/', '/vendor/'], transform: { '^.+\\.js$': 'babel-jest' } -- cgit v1.2.3