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 1429f81 commit 87f84c2Copy full SHA for 87f84c2
packages/functions/src/callable.test.ts
@@ -17,7 +17,7 @@
17
import { expect } from 'chai';
18
import * as sinon from 'sinon';
19
import { FirebaseApp } from '@firebase/app';
20
-import { FunctionsErrorCode } from './public-types';
+import { FunctionsErrorCodeCore } from './public-types';
21
import {
22
Provider,
23
ComponentContainer,
@@ -44,7 +44,7 @@ export const TEST_PROJECT = require('../../../config/project.json');
44
// https://github.com/chaijs/chai/issues/608
45
async function expectError(
46
promise: Promise<any>,
47
- code: FunctionsErrorCode,
+ code: FunctionsErrorCodeCore,
48
message: string,
49
details?: any
50
): Promise<void> {
0 commit comments