/**
 * 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';
