diff --git a/node_modules/.gitignore b/node_modules/.gitignore index cee6d36b..cab30e7e 100644 --- a/node_modules/.gitignore +++ b/node_modules/.gitignore @@ -2,8 +2,8 @@ canvas grunt* gulp* -jsdoc jsdom prepro +qunitjs request uglify-js diff --git a/package.json b/package.json index 115a907e..37dce03b 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "gulp": "^3.9.0", "gulp-qunit": "^1.2.1", "prepro": "~0.8.3", + "qunitjs": "~1.15.0", "uglify-js": "~2.4.23" }, "keywords": [ diff --git a/test/resources/paper-js.gif b/test/assets/paper-js.gif similarity index 100% rename from test/resources/paper-js.gif rename to test/assets/paper-js.gif diff --git a/test/index.html b/test/index.html index 0cbdbcf5..de2731c9 100644 --- a/test/index.html +++ b/test/index.html @@ -2,9 +2,11 @@