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
This commit is contained in:
parent
c3526677b3
commit
1fe6c1543b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue