Fix the build.

Follow up to 4b0cf7f6dd.
This commit is contained in:
Guo Xiang Tan 2019-07-15 16:38:54 +08:00
parent ff66e62e0c
commit cbb4af124b
2 changed files with 2 additions and 2 deletions

View File

@ -83,5 +83,5 @@ QUnit.test("remove words", async assert => {
await click("#" + $(word).attr("id")); await click("#" + $(word).attr("id"));
assert.equal(find(".watched-words-list .watched-word").length, 1); assert.equal(find(".watched-words-list .watched-word").length, 2);
}); });

View File

@ -7,7 +7,7 @@ export default {
{ id: 3, word: "pyramid", action: "flag" }, { id: 3, word: "pyramid", action: "flag" },
{ id: 4, word: "scheme", action: "flag" }, { id: 4, word: "scheme", action: "flag" },
{ id: 5, word: "coupon", action: "require_approval" }, { id: 5, word: "coupon", action: "require_approval" },
{ id: 6, word: '<img src="x">', action: "block" }, { id: 6, word: '<img src="x">', action: "block" }
] ]
} }
}; };