MCPcopy
hub / github.com/streetwriters/notesnook / TestMode

Interface TestMode

apps/desktop/__tests__/electron-test/test-mode.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const { start } = oop;
25
26interface TestMode {
27 setup(): Promise<client.Playwright>;
28 teardown(): Promise<void>;
29}
30
31export class DriverTestMode implements TestMode {
32 private _impl: { playwright: client.Playwright; stop: () => Promise<void> };

Callers 9

databaseTestFunction · 0.65
initializeFromPortMethod · 0.65
initializeDatabaseFunction · 0.65
SetupAuthenticatorAppFunction · 0.65
SetupEmailFunction · 0.65
SetupSMSFunction · 0.65
MFASetupFunction · 0.65

Implementers 2

DriverTestModeapps/desktop/__tests__/electron-test/t
DefaultTestModeapps/desktop/__tests__/electron-test/t

Calls

no outgoing calls

Tested by

no test coverage detected