Skip to content

Commit

Permalink
fix: dummy class import module
Browse files Browse the repository at this point in the history
  • Loading branch information
0xyaco committed Jul 19, 2024
1 parent baa144a commit 9965c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocknumber/src/helloWorld.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from "vitest";

import foo from "./helloWorld";
import foo from "./helloWorld.js";

describe("test", () => {
it("pass", () => {
Expand Down

0 comments on commit 9965c35

Please sign in to comment.