chore(packages/stdlib): remove unused import

This commit is contained in:
2024-10-26 06:47:59 +07:00
parent fc774bc1af
commit 3cc500f22b
@@ -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', () => {