Skip to content

Commit

Permalink
Move tests/strophe.html to tests/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Feb 25, 2017
1 parent e06d027 commit 74e306e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jshint: stamp-bower

.PHONY: check
check:: stamp-bower jshint
$(PHANTOMJS) node_modules/qunit-phantomjs-runner/runner-list.js tests/strophe.html
$(PHANTOMJS) node_modules/qunit-phantomjs-runner/runner-list.js tests/index.html

.PHONY: serve
serve:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config.shim = {
'sinon-qunit': { deps: ['sinon']}
};
require.config(config);
require(["tests"], function(tests) {
require(["tests", "strophe-polyfill"], function(tests) {
tests.run();
QUnit.start();
});

0 comments on commit 74e306e

Please sign in to comment.