fix linting removed by prettier

This commit is contained in:
Joffrey JAFFEUX
2018-06-15 18:18:45 +02:00
committed by GitHub
parent 03a7d532cf
commit 2268e29c26
13 changed files with 56 additions and 59 deletions

View File

@ -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" }, {}];
});