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