Skip to content

Commit

Permalink
fix: add .js to import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Aug 28, 2024
1 parent 7849a98 commit cd0b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pricing/test/unit/services/dummy.provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { beforeEach, describe, expect, it } from "vitest";

import { Address } from "@zkchainhub/shared";

import { DummyPricingProvider } from "../../../src/providers/dummy.provider";
import { DummyPricingProvider } from "../../../src/providers/dummy.provider.js";

describe("DummyPricingProvider", () => {
let provider: DummyPricingProvider;
Expand Down

0 comments on commit cd0b3be

Please sign in to comment.