File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { CardStack , Card } from 'react-cardstack' ;
32import { Link } from 'react-router'
43
54import ClientService from 'services/Client'
Original file line number Diff line number Diff line change 1- import React from 'react'
1+ import React from 'react' ;
22
33import LoginComponent from 'components/Login/Login'
44import MenuComponent from 'components/Menu/Menu'
Original file line number Diff line number Diff line change 2929 "npm-run-all" : " ^3.1.0" ,
3030 "path" : " ^0.12.7" ,
3131 "react-addons-test-utils" : " ^15.3.2" ,
32- "react-cardstack" : " ^0.1.1" ,
3332 "react-test-renderer" : " ^15.3.2" ,
3433 "style-loader" : " ^0.13.1" ,
3534 "url-loader" : " ^0.5.7" ,
4645 "modulePaths" : [
4746 " app"
4847 ],
49- "collectCoverage" : true
48+ "collectCoverage" : true ,
49+ "moduleNameMapper" : {
50+ "\\ .(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$" : " <rootDir>/tests/__mocks__/fileMock.js" ,
51+ "\\ .(css|less)$" : " <rootDir>/tests/__mocks__/styleMock.js"
52+ }
5053 },
5154 "author" : " " ,
5255 "license" : " ISC"
Original file line number Diff line number Diff line change 1+ module . exports = 'test-file-stub' ;
Original file line number Diff line number Diff line change 1+ module . exports = { } ;
You can’t perform that action at this time.
0 commit comments