From e18708f10b04455be151a5a799f0109c34f20a25 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 11:39:30 -0400 Subject: package updates to set up bower correctly #535 --- .../test/unit/angular-carousel.shifty.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 www/lib/angular-carousel/test/unit/angular-carousel.shifty.js (limited to 'www/lib/angular-carousel/test/unit/angular-carousel.shifty.js') diff --git a/www/lib/angular-carousel/test/unit/angular-carousel.shifty.js b/www/lib/angular-carousel/test/unit/angular-carousel.shifty.js deleted file mode 100644 index 994169ce..00000000 --- a/www/lib/angular-carousel/test/unit/angular-carousel.shifty.js +++ /dev/null @@ -1,20 +0,0 @@ -/*global waits, runs, iit, browserTrigger, beforeEach, afterEach, describe, it, inject, expect, module, angular, $*/ - -describe('angular-carousel.shifty', function () { - 'use strict'; - - describe("compatibility with requirejs", function(){ - var loadShifty = function() { - module('angular-carousel.shifty'); - }; - it("should not throw an exception when load the shifty within requirejs environment", function(){ - expect(loadShifty).not.toThrow(); - }); - - it("should not throw an exception when inject `Tweenable` within requirejs environment", function(){ - loadShifty(); - expect(function() {inject(function(Tweenable){});}).not.toThrow(); - }); - }); - -}); -- cgit v1.2.3