mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 08:31:28 +08:00
fix linting removed by prettier
This commit is contained in:
@ -77,8 +77,8 @@ QUnit.test("Updating the topic title and category", assert => {
|
||||
});
|
||||
|
||||
QUnit.test("Marking a topic as wiki", assert => {
|
||||
server.put("/posts/398/wiki", () => {
|
||||
// eslint-disable-line no-undef
|
||||
// prettier-ignore
|
||||
server.put("/posts/398/wiki", () => { // eslint-disable-line no-undef
|
||||
return [200, { "Content-Type": "application/json" }, {}];
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user