fix lint errors

This commit is contained in:
Phillip Thelen
2022-10-28 12:41:43 +02:00
parent 13a25ad89e
commit 08469c556b
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import {
} from '../../../../helpers/api-unit.helper';
import * as worldState from '../../../../../website/server/libs/worldState';
describe.only('payments/index', () => {
describe('payments/index', () => {
let user; let group; let data; let
plan;