Skip to content

Commit ed36f5c

Browse files
authored
infra: update cypress config (#3782)
1 parent eab9da0 commit ed36f5c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

cypress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'cypress';
22

33
export default defineConfig({
4+
allowCypressEnv: false,
45
video: false,
56
e2e: {
67
chromeWebSecurity: false,

cypress/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
3+
"target": "ES2015",
4+
"moduleResolution": "bundler",
45
"lib": ["ES2015", "DOM"],
56
"types": ["cypress"],
67
"noEmit": true,

0 commit comments

Comments
 (0)