You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve test failures: scope isolation, error imports, config validation order (#9)
- Add export {} to 5 test files to isolate variable scope (TS2451)
- Move error class imports outside native availability check in
gopher-auth.test.ts (InsufficientScopesError/TokenValidationError)
- Move config validation before native lib init in gopher-auth.ts
so ConfigurationError is thrown before generic Error
0 commit comments