Skip to content

Commit

Permalink
Updated jest transform configuration to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bond95 committed Jul 2, 2019
1 parent 16216ec commit 054d68c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"_/(.*)$": "<rootDir>/src/$1"
},
"transform": {
".*": "<rootDir>/config/jest/transform.js"
".+\\.(jsx?)$": "<rootDir>/config/jest/transform.js"
},
"setupFiles": [
"<rootDir>/config/polyfills.js",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ csso@~2.3.1:
clap "^1.0.9"
source-map "^0.5.3"

[email protected], "cssom@>= 0.3.2 < 0.4.0", cssom@^0.3.4, cssom@^0.3.6:
[email protected], "cssom@>= 0.3.2 < 0.4.0", cssom@^0.3.4, cssom@^0.3.6, cssom@~0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.6.tgz#f85206cee04efa841f3c5982a74ba96ab20d65ad"

Expand All @@ -2781,10 +2781,10 @@ cssstyle@^0.3.1:
cssom "0.3.x"

cssstyle@^1.0.0, cssstyle@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.2.2.tgz#427ea4d585b18624f6fdbf9de7a2a1a3ba713077"
version "1.3.0"
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.3.0.tgz#c36c466f7037fd30f03baa271b65f0f17b50585c"
dependencies:
cssom "0.3.x"
cssom "~0.3.6"

csstype@^2.2.0, csstype@^2.5.2:
version "2.6.5"
Expand Down Expand Up @@ -3123,8 +3123,8 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"

electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.47:
version "1.3.180"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.180.tgz#8e8c6be930d137e88cf2946ad2ec6521d24ba70e"
version "1.3.183"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.183.tgz#d6ecf177d3388ae5913844ea46b4b4c9cc726e52"

emojis-list@^2.0.0:
version "2.1.0"
Expand Down Expand Up @@ -6883,8 +6883,8 @@ pseudomap@^1.0.2:
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"

psl@^1.1.24, psl@^1.1.28:
version "1.1.33"
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.33.tgz#5533d9384ca7aab86425198e10e8053ebfeab661"
version "1.2.0"
resolved "https://registry.yarnpkg.com/psl/-/psl-1.2.0.tgz#df12b5b1b3a30f51c329eacbdef98f3a6e136dc6"

pump@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -7708,8 +7708,8 @@ saxes@^3.1.9:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"

semver@^6.0.0:
version "6.1.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.3.tgz#ef997a1a024f67dd48a7f155df88bb7b5c6c3fc7"
version "6.2.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"

[email protected]:
version "0.17.1"
Expand Down Expand Up @@ -8825,7 +8825,7 @@ victory-zoom-container@^32.3.1:
prop-types "^15.5.8"
victory-core "^32.3.1"

victory@^32.2.3, victory@^32.3.1:
victory@32.3.1, victory@^32.2.3:
version "32.3.1"
resolved "https://registry.yarnpkg.com/victory/-/victory-32.3.1.tgz#076102a7287ae4496ddc3d325369950ddf7cd4d3"
dependencies:
Expand Down

0 comments on commit 054d68c

Please sign in to comment.