Skip to content

Commit 9b8e08e

Browse files
committed
Split wrapper.spec into separate files per top-level describe
1 parent 19df7a2 commit 9b8e08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/liveness.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it } from "vitest";
1+
import { describe, expect, it, vi } from "vitest";
22
import { Signal } from '../src/wrapper.js';
33

44
describe("liveness", () => {

0 commit comments

Comments
 (0)