reformat with prettier,add react frontend submodule

This commit is contained in:
2018-06-03 12:47:23 +03:00
parent 38688491f9
commit bbee6b2b95
16 changed files with 255 additions and 58 deletions

View File

@@ -24,9 +24,7 @@ beforeAll(async () => {
});
beforeEach(async () => {
({
user, token, list, todo,
} = await seed());
({ user, token, list, todo } = await seed());
});
afterEach(async () => {