2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-27 21:21:02 -06:00
easy-markdown-editor/cypress.config.ts

10 lines
159 B
TypeScript
Raw Normal View History

2022-07-27 18:35:35 +02:00
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
excludeSpecPattern: [
'**/*.html',
],
},
});