Skip to content

Commit 33d0356

Browse files
committed
refactor: OKO-104 rename front-end tests
1 parent 0bb06ba commit 33d0356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ function waitForStoreChange<T>(store: Writable<T>) {
3737
});
3838
}
3939

40+
// TODO: maybe split into separate test files
41+
4042
describe("Login Flow", () => {
4143
test("successful login updates user store", async () => {
4244
const userValue = get(user);

0 commit comments

Comments
 (0)