Skip to content

Commit

Permalink
Add tests for #310. Fixes #311
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed Apr 24, 2016
1 parent 4aab90a commit d1c69e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ gulp.task('docs-move-api', function() {
gulp.task('test', function() {
//TODO: fix
// return gulp.src(['./tests/src/runner.html', './tests/src/iframe.html'])
return gulp.src(['./tests/src/runner.html', './tests/src/runner_mobile.html'])
return gulp.src(['./tests/src/runner.html'])
.pipe(qunit());
});

0 comments on commit d1c69e6

Please sign in to comment.