diff --git a/apps/trading-e2e/cypress.config.js b/apps/trading-e2e/cypress.config.js index 873a3f840..b44229528 100644 --- a/apps/trading-e2e/cypress.config.js +++ b/apps/trading-e2e/cypress.config.js @@ -1,19 +1,6 @@ const { defineConfig } = require('cypress'); module.exports = defineConfig({ - component: { - baseUrl: 'http://localhost:4200', - fileServerFolder: '.', - fixturesFolder: false, - specPattern: '**/*.cy.{js,jsx,ts,tsx}', - supportFile: './src/support/index.js', - video: false, - videosFolder: '../../dist/cypress/apps/trading-e2e/videos', - screenshotsFolder: '../../dist/cypress/apps/trading-e2e/screenshots', - chromeWebSecurity: false, - projectId: 'et4snf', - defaultCommandTimeout: 10000, - }, e2e: { setupNodeEvents(on, config) { require('@cypress/grep/src/plugin')(config); diff --git a/apps/trading-e2e/tsconfig.json b/apps/trading-e2e/tsconfig.json index bd897e98c..b05c02c2f 100644 --- a/apps/trading-e2e/tsconfig.json +++ b/apps/trading-e2e/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "jsx": "preserve", + "jsx": "react-jsx", "sourceMap": false, "outDir": "../../dist/out-tsc", "allowJs": true,