From 1fe6c1543b61617a44f0dfeda97402cec58adc52 Mon Sep 17 00:00:00 2001 From: Younes Jaaidi Date: Wed, 27 Mar 2024 19:40:13 +0100 Subject: [PATCH] refactor(ct-angular): remove useless NODE_ENV=test as we are setting the tsconfig manually Cf. https://github.com/sand4rt/playwright/pull/5#discussion_r1541172952 --- packages/playwright-ct-angular/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/playwright-ct-angular/index.js b/packages/playwright-ct-angular/index.js index 0eed7b7c15..bd27a0798f 100644 --- a/packages/playwright-ct-angular/index.js +++ b/packages/playwright-ct-angular/index.js @@ -17,8 +17,6 @@ const { test, expect, devices, defineConfig: originalDefineConfig } = require('@playwright/experimental-ct-core'); const path = require('path'); -process.env['NODE_ENV'] = 'test'; - const defineConfig = (config, ...configs) => { return originalDefineConfig({ ...config,