mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
[web] change test files
This commit is contained in:
parent
7b51f12813
commit
2b9e5dcd1b
8 changed files with 1 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue