Skip to content

Commit

Permalink
fix: add imports from vitest
Browse files Browse the repository at this point in the history
adds unreferenced but used `beforeEach`, `afterEach` and `expect` imports from "vitest"

Resolves thomasbrodusch#18
  • Loading branch information
nilzona authored Mar 12, 2024
1 parent 9a56ae9 commit 6a18071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { beforeEach, afterEach, expect } from "vitest";
import * as util from 'util';
import chalk from 'chalk';
import {
Expand Down

0 comments on commit 6a18071

Please sign in to comment.