Skip to content

Commit 456a0f0

Browse files
committed
fix: adds chromatic back
1 parent 845e5ed commit 456a0f0

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
@@ -23,7 +23,7 @@ module.exports = defineConfig({
2323
return null; // or return a value if needed
2424
},
2525
});
26-
// installPlugin(on, config);
26+
installPlugin(on, config);
2727
coverage(on, config);
2828
on('file:preprocessor', cucumber());
2929
return config;

0 commit comments

Comments
 (0)