UNPKG
@elizaos/plugin-forms
Version:
latest (1.2.0)
1.2.0
Forms plugin for ElizaOS - structured conversational data collection
elizaos.ai
elizaos/elizaos
@elizaos/plugin-forms
/
dist
/
tests.d.ts
6 lines
(5 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Test exports for the forms plugin * This file exports the test suite so it can be included in the plugin build */
export {
default
as
FormsPluginTestSuite }
from
'./__tests__/e2e/forms-plugin.test'
;