diff --git a/playground/test-utils.ts b/playground/test-utils.ts index 00bfced5cb1006..60a159f701fa1f 100644 --- a/playground/test-utils.ts +++ b/playground/test-utils.ts @@ -1,6 +1,9 @@ // test utils used in e2e tests for playgrounds. // `import { getColor } from '~utils'` +// TODO: explicitly import APIs and remove this +/// + import fs from 'fs' import path from 'path' import colors from 'css-color-names' @@ -11,9 +14,6 @@ import { fromComment } from 'convert-source-map' import { expect } from 'vitest' import { page } from '../scripts/vitestSetup' -// TODO: explicitly import APIs and remove this -import 'vitest/globals' - export * from '../scripts/vitestSetup' export const workspaceRoot = path.resolve(__dirname, '../')