mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-16 02:22:17 +00:00
test(pokedex): cover shared dex privacy
This commit is contained in:
@@ -12,6 +12,7 @@ export type ScenarioState = {
|
||||
lastMessage: string | null;
|
||||
caughtEntryLabel: string | null;
|
||||
legacyServiceWorkerRequested: boolean;
|
||||
shareUrl: string | null;
|
||||
};
|
||||
|
||||
type Fixtures = { state: ScenarioState; providerMock: void };
|
||||
@@ -53,7 +54,8 @@ export const test = base.extend<Fixtures>({
|
||||
lastResponseStatus: null,
|
||||
lastMessage: null,
|
||||
caughtEntryLabel: null,
|
||||
legacyServiceWorkerRequested: false
|
||||
legacyServiceWorkerRequested: false,
|
||||
shareUrl: null
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user