mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
[web] change test files
This commit is contained in:
parent
7b51f12813
commit
2b9e5dcd1b
@ -7,6 +7,7 @@
|
||||
"start": "gulp"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "__tests__/.*\\Spec.js$",
|
||||
"testPathDirs": [
|
||||
"<rootDir>/src/js"
|
||||
],
|
||||
|
@ -10,9 +10,3 @@ export function createStore(parts) {
|
||||
applyMiddleware(...[thunk])
|
||||
)
|
||||
}
|
||||
|
||||
describe('tutils', () => {
|
||||
it('do nothing', () => {
|
||||
return
|
||||
})
|
||||
})
|
@ -77,7 +77,6 @@ export default function reduce(state = defaultState, action) {
|
||||
...sortedUpdate(state, action.item, action.sort),
|
||||
}
|
||||
}
|
||||
break;
|
||||
case RECEIVE:
|
||||
{
|
||||
const data = action.list.filter(action.filter).sort(action.sort)
|
||||
|
Loading…
Reference in New Issue
Block a user