Added plugin testing suite
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export { BaseNotesAdapter } from './BaseNotesAdapter'
|
||||
export { definePlugin } from './definePlugin'
|
||||
export { validatePlugin, SUPPORTED_API_VERSION } from './validatePlugin'
|
||||
export { runPluginTests, createTestNote } from './testPlugin'
|
||||
export type { NotesPlugin, ConfigField } from './types'
|
||||
export type { TestNote, TestPluginOptions } from './testPlugin'
|
||||
|
||||
@@ -15,3 +15,5 @@ export interface NotesPlugin {
|
||||
configSchema: ConfigField[]
|
||||
createAdapter(config: any): any
|
||||
}
|
||||
|
||||
export type { BaseNotesAdapter } from './BaseNotesAdapter'
|
||||
|
||||
Reference in New Issue
Block a user