From d1c69e6ec15bdc86e7bfd7e2377911263a6ca221 Mon Sep 17 00:00:00 2001 From: Robdel12 Date: Sun, 24 Apr 2016 00:46:50 -0500 Subject: [PATCH] Add tests for #310. Fixes #311 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 78ea7072..f55626c0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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()); });