WikiContent using easy-markdown-editor
This commit is contained in:
10
js/easy-markdown-editor-master/cypress/plugins/index.js
Normal file
10
js/easy-markdown-editor-master/cypress/plugins/index.js
Normal file
@ -0,0 +1,10 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
/**
|
||||
* @type {Cypress.PluginConfig}
|
||||
*/
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
module.exports = (on, config) => {
|
||||
// `on` is used to hook into various events Cypress emits
|
||||
// `config` is the resolved Cypress config
|
||||
};
|
Reference in New Issue
Block a user