File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,25 +40,25 @@ test: dependencies build/sequence-diagram-min.js
4040 $(NODE_MODULES)/qunit \
4141 -c build/sequence-diagram.js \
4242 -t test/*-tests.js \
43- -d test/snap -mock.js $(BOWER_COMPONENTS)/underscore/underscore-min.js
43+ -d test/* -mock.js $(BOWER_COMPONENTS)/underscore/underscore-min.js
4444
4545 # Test the un-minifed file (with lodash)
4646 $(NODE_MODULES)/qunit \
4747 -c build/sequence-diagram.js \
4848 -t test/*-tests.js \
49- -d test/snap -mock.js $(BOWER_COMPONENTS)/lodash/lodash.min.js
49+ -d test/* -mock.js $(BOWER_COMPONENTS)/lodash/lodash.min.js
5050
5151 # Test the minifed file (with underscore)
5252 $(NODE_MODULES)/qunit \
5353 -c build/sequence-diagram-min.js \
5454 -t test/*-tests.js \
55- -d test/snap -mock.js $(BOWER_COMPONENTS)/underscore/underscore-min.js
55+ -d test/* -mock.js $(BOWER_COMPONENTS)/underscore/underscore-min.js
5656
5757 # Test the minifed file (with lodash)
5858 $(NODE_MODULES)/qunit \
5959 -c build/sequence-diagram-min.js \
6060 -t test/*-tests.js \
61- -d test/snap -mock.js $(BOWER_COMPONENTS)/lodash/lodash.min.js
61+ -d test/* -mock.js $(BOWER_COMPONENTS)/lodash/lodash.min.js
6262
6363build/grammar.js : src/grammar.jison
6464 $(NODE_MODULES ) /jison $< -o $@ .tmp
Original file line number Diff line number Diff line change 22( function ( ) {
33 "use strict" ;
44 this . Snap = {
5- // TODO
5+ plugin : function ( ) { } ,
66 } ;
77} ) . call ( this ) ;
You can’t perform that action at this time.
0 commit comments