tape test basic setup

This commit is contained in:
jywarren
2017-01-09 20:51:47 -05:00
parent 61ac740993
commit ce41dfea59
8 changed files with 627 additions and 149223 deletions

View File

@@ -1,4 +1,4 @@
window.$ = window.jQuery = require('jquery');
if (typeof window !== 'undefined') window.$ = window.jQuery = require('jquery');
ImageSequencer = function ImageSequencer(options) {