Skip to content

Commit

Permalink
Merge pull request #839 from brave/brave-ui-33-jest
Browse files Browse the repository at this point in the history
update brave-ui to 0.33.x
  • Loading branch information
Jason Sadler authored and cezaraugusto committed Nov 28, 2018
1 parent 13a46d2 commit 2f96136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"json"
],
"transform": {
".(ts|tsx)": "ts-jest"
".(jsx|js|ts|tsx)": "ts-jest"
},
"resetMocks": true,
"resetModules": true,
Expand All @@ -240,8 +240,8 @@
"testMatch": [
"<rootDir>/components/test/**/**/?(*_)(test).{ts,tsx}"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules/"
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!(brave-ui)/)"
],
"setupTestFrameworkScriptFile": "<rootDir>/components/test/testSetup.ts",
"setupFiles": [
Expand Down Expand Up @@ -272,7 +272,7 @@
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"brave-ui": "^0.30.8",
"brave-ui": "^0.33.0",
"css-loader": "^0.28.9",
"csstype": "^2.5.5",
"emptykit.css": "^1.0.1",
Expand Down

0 comments on commit 2f96136

Please sign in to comment.