@openmrs/esm-form-engine-lib 2.1.0-pre.1517 → 2.1.0-pre.1523
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/jest.config.js +1 -0
- package/package.json +1 -1
- package/src/utils/form-helper.test.ts +0 -4
package/jest.config.js
CHANGED
package/package.json
CHANGED
@@ -129,10 +129,6 @@ describe('Form Engine Helper', () => {
|
|
129
129
|
// setEncounterRole: jest.fn(),
|
130
130
|
// };
|
131
131
|
|
132
|
-
// beforeEach(() => {
|
133
|
-
// jest.clearAllMocks();
|
134
|
-
// });
|
135
|
-
|
136
132
|
// it('should return true if rendering is toggle and default value is ConceptTrue', () => {
|
137
133
|
// const sampleField: FormField = {
|
138
134
|
// label: 'Sample Toggle Field',
|