mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Don't automock
This commit is contained in:
parent
d55f25f424
commit
2a3e59f160
7 changed files with 0 additions and 18 deletions
|
|
@ -1,5 +1,3 @@
|
|||
jest.unmock('../components/Band.jsx');
|
||||
|
||||
import {
|
||||
spriteNumber,
|
||||
spriteOffsets
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
jest.unmock('../components/EqGraph.jsx');
|
||||
|
||||
import {
|
||||
roundToEven
|
||||
} from '../components/EqGraph.jsx';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
jest.unmock('../components/Marquee.jsx');
|
||||
jest.unmock('../utils');
|
||||
|
||||
import {
|
||||
getBalanceText,
|
||||
getVolumeText,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
jest.unmock('../skinSprites');
|
||||
|
||||
import skinSprites from '../skinSprites';
|
||||
|
||||
const getNames = (arr) => arr.map((item) => item.name);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
jest.unmock('../snapUtils');
|
||||
|
||||
import {
|
||||
top,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
import fs from 'fs';
|
||||
|
||||
jest.unmock('../utils');
|
||||
|
||||
import {
|
||||
getTimeObj,
|
||||
getTimeStr,
|
||||
|
|
|
|||
|
|
@ -59,11 +59,5 @@
|
|||
"react-redux": "^4.4.5",
|
||||
"redux": "^3.5.2",
|
||||
"redux-thunk": "^2.1.0"
|
||||
},
|
||||
"jest": {
|
||||
"unmockedModulePathPatterns": [
|
||||
"<rootDir>/node_modules/react/",
|
||||
"<rootDir>/node_modules/react-redux/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue