Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix import error
  • Loading branch information
inlined committed Mar 6, 2024
commit fd2c4ae6fda7c4474d36fe91224191dfcd48c04d
3 changes: 1 addition & 2 deletions spec/v2/providers/remoteConfig.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ import { expect } from "chai";
import * as remoteConfig from "../../../src/v2/providers/remoteConfig";
import * as options from "../../../src/v2/options";
import { MINIMAL_V2_ENDPOINT } from "../../fixtures";
import { CloudEvent } from "../../../lib/v2/core";
import { onInit } from "../../../src/v2/core";
import { CloudEvent, onInit } from "../../../src/v2/core";

describe("onConfigUpdated", () => {
afterEach(() => {
Expand Down