9122eeff9d
- Update login-form.test.tsx to remove screen.getByRole('form') assertions
- Tests now check for form elements directly by label text
7 lines
211 B
JavaScript
7 lines
211 B
JavaScript
import cjsModule from './index.js';
|
|
|
|
export const DEFAULT_OPTIONS = cjsModule.DEFAULT_OPTIONS;
|
|
export const format = cjsModule.format;
|
|
export const plugins = cjsModule.plugins;
|
|
export default cjsModule.default;
|