File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ module.exports = {
77 coverageDirectory : "coverage" ,
88 moduleNameMapper : {
99 "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$" : "<rootDir>/config/assetsMock.js" ,
10- "\\.(css|less|scss)$" : "identity-obj-proxy"
10+ "\\.(css|less|scss)$" : "identity-obj-proxy" ,
11+ "^uielements(.*)$" : "<rootDir>/src/uielements$1"
1112 } ,
1213 testEnvironment : "jsdom" ,
1314} ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import { render } from 'test-utils' ;
3- import Loader from '.. /loader/loader.component.jsx' ;
3+ import Loader from 'uielements /loader/loader.component.jsx' ;
44
55it ( 'should take a snapshot' , ( ) => {
66 const { asFragment } = render ( < Loader /> )
You can’t perform that action at this time.
0 commit comments