Skip to content

Commit 7f214e3

Browse files
committed
fix(tests): Istambul seems to behave just a bit diffently
1 parent 52b060a commit 7f214e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dateTimeInput.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
var mt = typeof moment === 'undefined' ? require('moment') : moment
1919
factory(ng, mt)
2020
module.exports = 'ui.dateTimeInput'
21-
/* istanbul ignore next */
22-
} else if (typeof define === 'function' && /* istanbul ignore next */ define.amd) {
21+
} else /* istanbul ignore next */ if (typeof define === 'function' && define.amd) {
2322
define(['angular', 'moment'], factory)
2423
} else {
2524
factory(root.angular, root.moment)

0 commit comments

Comments
 (0)