This commit is contained in:
Tom Moor
2018-06-01 00:01:06 -04:00
parent 9315e3f0f0
commit a7fc72e19f
4 changed files with 8 additions and 87 deletions

View File

@@ -1,12 +1,12 @@
/* eslint-disable */
import UiStore from './UiStore';
import stores from '.';
// Actions
describe('UiStore', () => {
let store;
beforeEach(() => {
store = new UiStore();
store = new stores.UiStore();
});
test('#add should add errors', () => {