META-INF.resources.bower_components.angular-date-time-input.test.webpack.webpack.test.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-bootstrap-date-time-picker Show documentation
Show all versions of jwebmp-bootstrap-date-time-picker Show documentation
The JWebSwing implementation for Bootstrap Date Time Picker
require("angular");describe("webpack require",function(){"use strict";function loadDateTimeInput(){angular.module("ui.dateTimeInput")}it("should throw an error if the module is not defined",function(){expect(loadDateTimeInput).toThrow()});it("should be available when required",function(){require("../../");expect(loadDateTimeInput).not.toThrow()})});