]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update mocha param to ignore image resource errors in js tests
authorKevin Ball <kmball11@gmail.com>
Mon, 31 Oct 2016 21:57:18 +0000 (14:57 -0700)
committerKevin Ball <kmball11@gmail.com>
Mon, 31 Oct 2016 21:57:18 +0000 (14:57 -0700)
package.json

index 9f1610d9cb9df3ea02542331070a0857f281c0df..467433631507a9adf835f7903dd848b503cd6f9b 100755 (executable)
@@ -9,7 +9,7 @@
     "start": "gulp",
     "test": "npm run test:sass && npm run test:javascript",
     "test:sass": "mocha test/sass/test_sass.js",
-    "test:javascript": "gulp sass:foundation && gulp test:transpile-js && mocha-phantomjs test/javascript/index.html",
+    "test:javascript": "gulp sass:foundation && gulp test:transpile-js && mocha-phantomjs --ignore-resource-errors test/javascript/index.html",
     "test:visual": "gulp test",
     "deploy": "gulp deploy",
     "deploy:prep": "gulp deploy:prep",