Skip to content

Commit 6e8dc8e

Browse files
authored
test: (studio) fix empty spec test (#32661)
1 parent e3f4064 commit 6e8dc8e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

system-tests/projects/experimental-studio/cypress.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
module.exports = {
22
projectId: 'n69px6',
33
experimentalStudio: true,
4-
e2e: {
5-
supportFile: false,
6-
},
4+
e2e: {},
75
component: {
86
devServer: {
97
framework: 'react',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// support file for experimental-studio project

0 commit comments

Comments
 (0)