feat:add cypress E2E
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
declare namespace Editor {
|
||||
import('../src/editor/index')
|
||||
import Editor from '../src/editor/index'
|
||||
}
|
||||
|
||||
declare namespace Cypress {
|
||||
|
||||
interface Chainable {
|
||||
|
||||
getEditor(): Chainable<Editor>
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user