mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -3,10 +3,10 @@ import { acceptance } from "helpers/qunit-helpers";
|
||||
|
||||
acceptance("Share and Invite modal - mobile", {
|
||||
loggedIn: true,
|
||||
mobileView: true
|
||||
mobileView: true,
|
||||
});
|
||||
|
||||
QUnit.test("Topic footer mobile button", async assert => {
|
||||
QUnit.test("Topic footer mobile button", async (assert) => {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
|
||||
assert.ok(
|
||||
@@ -54,7 +54,7 @@ QUnit.test("Topic footer mobile button", async assert => {
|
||||
);
|
||||
});
|
||||
|
||||
QUnit.test("Post date link", async assert => {
|
||||
QUnit.test("Post date link", async (assert) => {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
await click("#post_2 .post-info.post-date a");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user