This repository was archived by the owner on Oct 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 testRegex : "(/__tests__/.*|(\\.|/|-)(test|spec))\\.jsx?$" ,
3+ setupTestFrameworkScriptFile : "./setup-jest.js" ,
34} ;
Original file line number Diff line number Diff line change 7676 "postcss-loader" : " ^1.1.1" ,
7777 "prettier" : " ^1.7.0" ,
7878 "prismjs" : " ^1.6.0" ,
79+ "raf" : " ^3.4.0" ,
7980 "react" : " 16.2.x" ,
8081 "react-addons-pure-render-mixin" : " ^15.4.1" ,
8182 "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 52285228 version "0.2.0"
52295229 resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
52305230
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+
52315237ramda@^0.24.1 :
52325238 version "0.24.1"
52335239 resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857"
You can’t perform that action at this time.
0 commit comments