Skip to content

Commit ab077de

Browse files
authored
Merge pull request #25 from cloudblue/feature/LITE-27510
LITE-27510 UI testing in GH
2 parents aad4394 + 9800d93 commit ab077de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ jobs:
5959
run: npm install
6060
- name: Linting
6161
run: npm run lint
62+
- name: Testing
63+
run: npm run test

jest.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ module.exports = {
1616
'.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
1717
'^.+\\.js$': 'babel-jest',
1818
},
19-
transformIgnorePatterns: [
20-
'<rootDir>/node_modules/',
21-
],
19+
transformIgnorePatterns: [],
2220

2321

2422
testMatch: [

0 commit comments

Comments
 (0)