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 98bff17 commit 8179009Copy full SHA for 8179009
packages/functions/src/callable.test.ts
@@ -35,7 +35,7 @@ import {
35
import { makeFakeApp, createTestService } from '../test/utils';
36
import { httpsCallable } from './service';
37
import { FUNCTIONS_TYPE } from './constants';
38
-import {FunctionsError} from './error';
+import { FunctionsError } from './error';
39
40
// eslint-disable-next-line @typescript-eslint/no-require-imports
41
export const TEST_PROJECT = require('../../../config/project.json');
0 commit comments