From ebe21f2aa05b87aec0b7f467ce652e7f1270ce0f Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Mon, 31 Oct 2016 14:57:18 -0700 Subject: [PATCH] Update mocha param to ignore image resource errors in js tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f1610d9c..467433631 100755 --- a/package.json +++ b/package.json @@ -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", -- 2.47.3