Commit 9cc34420 authored by nuwe1's avatar nuwe1

update tests

parent 452626c5
......@@ -191,14 +191,11 @@ describe('boardsStore', () => {
});
describe('saveList', () => {
const id = 'TOO-MUCH';
let requestSpy;
let mock;
let list;
beforeEach(() => {
requestSpy = jest.fn();
mock = new AxiosMockAdapter(axios);
list = new List(listObj);
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment