We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fbaf9 commit b17ebfbCopy full SHA for b17ebfb
packages/time/test/get-running-time.test.js
@@ -1,5 +1,5 @@
1
+import { rm } from 'node:fs/promises'
2
import { join } from 'node:path'
-import { rm } from 'size-limit'
3
import { afterEach, expect, it } from 'vitest'
4
5
import { getCache, saveCache } from '../cache.js'
0 commit comments