mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-15 10:02:41 +00:00
fix: remediate branch review findings
This commit is contained in:
@@ -11,6 +11,7 @@ export type ScenarioState = {
|
||||
lastResponseStatus: number | null;
|
||||
lastMessage: string | null;
|
||||
caughtEntryLabel: string | null;
|
||||
legacyServiceWorkerRequested: boolean;
|
||||
};
|
||||
|
||||
type Fixtures = { state: ScenarioState; providerMock: void };
|
||||
@@ -51,7 +52,8 @@ export const test = base.extend<Fixtures>({
|
||||
entries: [],
|
||||
lastResponseStatus: null,
|
||||
lastMessage: null,
|
||||
caughtEntryLabel: null
|
||||
caughtEntryLabel: null,
|
||||
legacyServiceWorkerRequested: false
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user