mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
fix: missing implemented methods for test class
This commit is contained in:
@@ -7,10 +7,17 @@ import { TRANSFORM_HOOK } from "../../common/infrastructure/Atomic.js";
|
||||
|
||||
import { isConditionalSearchAndReplace } from "../../utils/PlayTransformUtils.js";
|
||||
import { asPlays, generatePlay, normalizePlays } from "../utils/PlayTestUtils.js";
|
||||
import { WebhookPayload } from "../../common/infrastructure/config/health/webhooks.js";
|
||||
|
||||
chai.use(asPromised);
|
||||
|
||||
class TestComponent extends AbstractComponent {
|
||||
public notify(payload: WebhookPayload): Promise<void> {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
protected getIdentifier(): string {
|
||||
return 'test';
|
||||
}
|
||||
constructor() {
|
||||
super({});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user