Skip to content

Commit f107220

Browse files
authored
fix: missing comman
1 parent 6a944b5 commit f107220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { installPlugin } = require('@chromatic-com/cypress');
66
module.exports = defineConfig({
77
viewportHeight: 920,
88
viewportWidth: 1280,
9-
experimentalFastVisibility: true
9+
experimentalFastVisibility: true,
1010
e2e: {
1111
'projectId': 'wpcwmv',
1212
'watchForFileChanges': false,

0 commit comments

Comments
 (0)