We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00bc14 commit 219fb95Copy full SHA for 219fb95
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/date.test.js
@@ -23,7 +23,6 @@ define([
23
24
it('Check prepareDateTimeFormats function', function () {
25
spyOn(utils, 'convertToMomentFormat');
26
- spyOn(utils, 'normalizeDate');
27
model.prepareDateTimeFormats();
28
expect(utils.convertToMomentFormat).toHaveBeenCalled();
29
});
0 commit comments