Skip to content

Commit e44b39f

Browse files
netrajpatelCopilot
andauthored
Update test/unit/persistance/preference-store.spec.ts
Fixed typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c417dec commit e44b39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/persistance/preference-store.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ beforeAll(() => {
2929
(iGlobal as any).localStorage = mockLocalStorage;
3030
});
3131

32-
describe("persistance store intiialization test", () => {
33-
it("should initialize default persistance ", () => {
32+
describe("persistence store initialization test", () => {
33+
it("should initialize default persistence ", () => {
3434
const persistance = new PersistanceStore();
3535
expect(persistance).toBeDefined();
3636
expect(persistance.config).toBeDefined();

0 commit comments

Comments
 (0)