diff --git a/benchmarks/src/storage.ts b/benchmarks/src/storage.ts index 9bb469e..aab9287 100644 --- a/benchmarks/src/storage.ts +++ b/benchmarks/src/storage.ts @@ -2,7 +2,6 @@ import type { Storage, StorageValue } from 'unstorage' import type { EvaluationResult } from './types' import * as path from 'node:path' import { createStorage } from 'unstorage' -// @ts-expect-error: No types available import fsDriver from 'unstorage/drivers/fs' import { BENCHMARKS_DIR } from './constants'