mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 01:30:17 +08:00
fix linting removed by prettier
This commit is contained in:
@ -8,8 +8,8 @@ acceptance("Queued Posts", {
|
||||
QUnit.test(
|
||||
"For topics: body of post, title, category and tags are all editbale",
|
||||
assert => {
|
||||
server.get("/queued_posts", () => {
|
||||
//eslint-disable-line no-undef
|
||||
// prettier-ignore
|
||||
server.get("/queued_posts", () => { //eslint-disable-line no-undef
|
||||
return [
|
||||
200,
|
||||
{ "Content-Type": "application/json" },
|
||||
@ -95,8 +95,8 @@ QUnit.test(
|
||||
);
|
||||
|
||||
QUnit.test("For replies: only the body of post is editbale", assert => {
|
||||
server.get("/queued_posts", () => {
|
||||
//eslint-disable-line no-undef
|
||||
// prettier-ignore
|
||||
server.get("/queued_posts", () => { //eslint-disable-line no-undef
|
||||
return [
|
||||
200,
|
||||
{ "Content-Type": "application/json" },
|
||||
|
Reference in New Issue
Block a user