Make prettier happy.

This commit is contained in:
Guo Xiang Tan
2018-08-30 15:56:30 +08:00
parent 492b6dc306
commit 0f812aa768
3 changed files with 8 additions and 4 deletions

View File

@@ -5,7 +5,10 @@ QUnit.test("list the tags", async assert => {
await visit("/tags");
assert.ok($("body.tags-page").length, "has the body class");
assert.ok($('*[data-tag-name="eviltrout"]').length, "shows the eviltrout tag");
assert.ok(
$('*[data-tag-name="eviltrout"]').length,
"shows the eviltrout tag"
);
});
acceptance("Tags listed by group", {