Update test describe paths

This commit is contained in:
Jaco Greeff
2016-12-08 17:31:41 +01:00
parent 4e1b72b45c
commit 96d4569cf3
12 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ import { syncRpcStateFromLocalStorage } from '../actions/localstorage';
import rpcData from '../data/rpc.json';
import LocalStorageMiddleware from './localstorage';
describe('MIDDLEWARE: LOCAL STORAGE', () => {
describe('views/Status/middleware/localstorage', () => {
let cut, state;
beforeEach('mock cut', () => {