mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-18 23:44:29 -06:00
Migrate cypress files
This commit is contained in:
parent
9232608bf3
commit
03f018a472
9
cypress.config.ts
Normal file
9
cypress.config.ts
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import { defineConfig } from 'cypress';
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
e2e: {
|
||||||
|
excludeSpecPattern: [
|
||||||
|
'**/*.html',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
});
|
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"ignoreTestFiles": [
|
|
||||||
"**/*.html"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user