We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c1c26 commit c3197d3Copy full SHA for c3197d3
package.json
@@ -39,6 +39,7 @@
39
"docker": "node tasks/docker.js",
40
"pretest": "node tasks/pretest.js",
41
"test-jasmine": "karma start test/jasmine/karma.conf.js",
42
+ "test-mock": "node tasks/test_mock.js",
43
"test-image": "node tasks/test_image.js",
44
"test-export": "node tasks/test_export.js",
45
"test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output",
0 commit comments