From 09071200c73f5358e1d0bfb61a274e4f2c4ec52b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 Jul 2019 14:36:04 +0200 Subject: Add plugin API tests --- server/tests/plugins/action-hooks.ts | 4 ++-- server/tests/plugins/filter-hooks.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'server/tests/plugins') diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 8abab98c2..93dc57d09 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts @@ -7,7 +7,7 @@ import { setAccessTokensToServers } from '../../../shared/extra-utils' const expect = chai.expect -describe('Test plugin filter hooks', function () { +describe('Test plugin action hooks', function () { let server: ServerInfo before(async function () { @@ -18,7 +18,7 @@ describe('Test plugin filter hooks', function () { }) it('Should execute ', async function () { - + // empty }) after(async function () { diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index 8abab98c2..500728712 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts @@ -18,7 +18,7 @@ describe('Test plugin filter hooks', function () { }) it('Should execute ', async function () { - + // empty }) after(async function () { -- cgit v1.2.3