diff --git a/rstest.config.ts b/rstest.config.ts index 31c541a..04738ee 100644 --- a/rstest.config.ts +++ b/rstest.config.ts @@ -1,7 +1,5 @@ import { defineConfig } from '@rstest/core'; -process.env.NO_COLOR = '1'; - export default defineConfig({ globals: true, });