All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.angular-date-time-input.test.webpack.webpack.test.min.js Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
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()})});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy