We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417dec commit e44b39fCopy full SHA for e44b39f
test/unit/persistance/preference-store.spec.ts
@@ -29,8 +29,8 @@ beforeAll(() => {
29
(iGlobal as any).localStorage = mockLocalStorage;
30
});
31
32
-describe("persistance store intiialization test", () => {
33
- it("should initialize default persistance ", () => {
+describe("persistence store initialization test", () => {
+ it("should initialize default persistence ", () => {
34
const persistance = new PersistanceStore();
35
expect(persistance).toBeDefined();
36
expect(persistance.config).toBeDefined();
0 commit comments