Skip to content

Commit

Permalink
test tweak i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Apr 16, 2024
1 parent 0318543 commit 2afc608
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/nodejs/tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect, test } from "vitest"
import { hello } from "../src"
import { expect, test } from "vitest";

test("It works", () => expect(hello()).toBe("Hello world"))
test("Dummy test", () => expect(1).toBe(1))

0 comments on commit 2afc608

Please sign in to comment.