-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
* fix TypeScript type declaration (TS7016-TS2307) * export types * remove vitest import in index.ts
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { beforeEach, afterEach, expect } from "vitest"; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nilzona
Contributor
|
||
import * as util from 'util'; | ||
import chalk from 'chalk'; | ||
import { | ||
|
This change cause my tests to fail after updating
vitest-fail-on-console