Bug 1517525 - Spelling issue for Reducers.test.js initial state (#4647)
This commit is contained in:
Родитель
0c46c2809e
Коммит
cb74c57544
|
@ -606,7 +606,7 @@ describe("Reducers", () => {
|
|||
assert.propertyVal(state, "version", data.version);
|
||||
});
|
||||
it("should reset to the initial state on a SNIPPETS_RESET action", () => {
|
||||
const state = Snippets({initalized: true, foo: "bar"}, {type: at.SNIPPETS_RESET});
|
||||
const state = Snippets({initialized: true, foo: "bar"}, {type: at.SNIPPETS_RESET});
|
||||
assert.equal(state, INITIAL_STATE.Snippets);
|
||||
});
|
||||
it("should set the new blocklist on SNIPPET_BLOCKED", () => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче