Skip to content

Commit

Permalink
Fix test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
2624789 committed Apr 17, 2024
1 parent 014ff99 commit 3973d10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
defaultLocalStorageState,
migrateAndGetLocalStorageState,
} from "../app/store/persistent-state/state-migrations"
} from "@app/store/persistent-state/state-migrations"

it("uses default state when none is present", async () => {
const state = await migrateAndGetLocalStorageState({})
Expand Down

0 comments on commit 3973d10

Please sign in to comment.