We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd2cde commit 11bdd62Copy full SHA for 11bdd62
packages/e2e/src/init.ts
@@ -131,6 +131,7 @@ export const init = async (
131
if (_network === 'naga-local') {
132
const localContextPath = process.env['NAGA_LOCAL_CONTEXT_PATH'];
133
if (localContextPath) {
134
+ // Type guard: verify the module exposes withLocalContext so TypeScript narrows it to NagaLocal.
135
const isNagaLocalModule = (
136
module: unknown
137
): module is NagaLocalModule =>
0 commit comments