diff options
Diffstat (limited to 'web/src/js/__tests__/ducks/tutils.js')
-rw-r--r-- | web/src/js/__tests__/ducks/tutils.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/src/js/__tests__/ducks/tutils.js b/web/src/js/__tests__/ducks/tutils.js index 90a21b78..6a543434 100644 --- a/web/src/js/__tests__/ducks/tutils.js +++ b/web/src/js/__tests__/ducks/tutils.js @@ -10,3 +10,9 @@ export function createStore(parts) { applyMiddleware(...[thunk]) ) } + +describe('tutils', () => { + it('do nothing', () => { + return + }) +})
\ No newline at end of file |