mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
reformat with prettier,add react frontend submodule
This commit is contained in:
@@ -24,9 +24,7 @@ beforeAll(async () => {
|
||||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
({
|
||||
user, token, list, todo,
|
||||
} = await seed());
|
||||
({ user, token, list, todo } = await seed());
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
||||
Reference in New Issue
Block a user