From 9800d93cfaebbfd78512c8b40100d8686a008a81 Mon Sep 17 00:00:00 2001 From: Maxim Kolyubyakin Date: Mon, 15 May 2023 17:26:00 +0200 Subject: [PATCH] LITE-27510 UI unit tests GitHub action step --- .github/workflows/test.yml | 2 ++ jest.config.js | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08f958d..415af57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,3 +59,5 @@ jobs: run: npm install - name: Linting run: npm run lint + - name: Testing + run: npm run test diff --git a/jest.config.js b/jest.config.js index 31c1dbf..f6049cc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,9 +16,7 @@ module.exports = { '.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub', '^.+\\.js$': 'babel-jest', }, - transformIgnorePatterns: [ - '/node_modules/', - ], + transformIgnorePatterns: [], testMatch: [