1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

chore(packages/stdlib): remove unused import

This commit is contained in:
2024-10-26 06:47:59 +07:00
parent fc774bc1af
commit 3cc500f22b

View File

@@ -1,4 +1,4 @@
import { describe, it, expect, vi, afterEach, beforeEach } from 'vitest'; import { describe, it, expect, vi, beforeEach } from 'vitest';
import { sleep } from '.'; import { sleep } from '.';
describe('sleep', () => { describe('sleep', () => {