1
0
mirror of synced 2026-08-05 22:56:57 +00:00

Correct eslint fails

This commit is contained in:
David Taylor
2017-08-21 16:46:43 +01:00
parent 148dd8df6b
commit 645c21f2f7
10 changed files with 49 additions and 49 deletions
@@ -1,5 +1,5 @@
import { acceptance } from "helpers/qunit-helpers";
acceptance("Chat Integration", {
acceptance("Chat Integration", {
loggedIn: true,
beforeEach() {
@@ -23,7 +23,7 @@ acceptance("Chat Integration", {
});
server.put('/admin/plugins/chat/channels/:id', () => { // eslint-disable-line no-undef
return response({ });
});
});
server.delete('/admin/plugins/chat/channels/:id', () => { // eslint-disable-line no-undef
return response({ });
});