This repository was archived by the owner on Oct 11, 2022. It is now read-only.
File tree 4 files changed +9
-0
lines changed
4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
testRegex : "(/__tests__/.*|(\\.|/|-)(test|spec))\\.jsx?$" ,
3
+ setupTestFrameworkScriptFile : "./setup-jest.js" ,
3
4
} ;
Original file line number Diff line number Diff line change 76
76
"postcss-loader" : " ^1.1.1" ,
77
77
"prettier" : " ^1.7.0" ,
78
78
"prismjs" : " ^1.6.0" ,
79
+ "raf" : " ^3.4.0" ,
79
80
"react" : " 16.2.x" ,
80
81
"react-addons-pure-render-mixin" : " ^15.4.1" ,
81
82
"react-addons-test-utils" : " ^15.4.1" ,
Original file line number Diff line number Diff line change
1
+ require ( "raf/polyfill" ) ;
Original file line number Diff line number Diff line change 5228
5228
version "0.2.0"
5229
5229
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
5230
5230
5231
+ raf@^3.4.0 :
5232
+ version "3.4.0"
5233
+ resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.0.tgz#a28876881b4bc2ca9117d4138163ddb80f781575"
5234
+ dependencies :
5235
+ performance-now "^2.1.0"
5236
+
5231
5237
ramda@^0.24.1 :
5232
5238
version "0.24.1"
5233
5239
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857"
You can’t perform that action at this time.
0 commit comments