9122eeff9d
- Update login-form.test.tsx to remove screen.getByRole('form') assertions
- Tests now check for form elements directly by label text
6 lines
235 B
JavaScript
6 lines
235 B
JavaScript
import cjsModule from './index.js';
|
|
|
|
export const escapePathForRegex = cjsModule.escapePathForRegex;
|
|
export const escapeStrForRegex = cjsModule.escapeStrForRegex;
|
|
export const replacePathSepForRegex = cjsModule.replacePathSepForRegex;
|