diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 11:39:30 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 11:39:30 -0400 |
| commit | e18708f10b04455be151a5a799f0109c34f20a25 (patch) | |
| tree | 9e4559ef0fff8b366474e7768308ddca1e32268a /www/lib/angular-carousel/test/unit/angular-carousel.shifty.js | |
| parent | 97a1cb3ae199c7b5455dcba0001efd5b4c32040a (diff) | |
package updates to set up bower correctly #535
Diffstat (limited to 'www/lib/angular-carousel/test/unit/angular-carousel.shifty.js')
| -rw-r--r-- | www/lib/angular-carousel/test/unit/angular-carousel.shifty.js | 20 |
1 files changed, 0 insertions, 20 deletions
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(); - }); - }); - -}); |
