mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
commit
fc69da7a42
@ -1 +1,2 @@
|
|||||||
bin/templates/project/assets/www/cordova.js
|
bin/templates/project/assets/www/cordova.js
|
||||||
|
test/app
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"cover": "istanbul cover --root bin --print detail jasmine -- --config=spec/unit/jasmine.json",
|
"cover": "istanbul cover --root bin --print detail jasmine -- --config=spec/unit/jasmine.json",
|
||||||
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
||||||
"java-unit-tests": "cd test && node run_java_unit_tests.js && cd ..",
|
"java-unit-tests": "cd test && node run_java_unit_tests.js && cd ..",
|
||||||
"eslint": "eslint bin && eslint spec"
|
"eslint": "eslint bin spec test"
|
||||||
},
|
},
|
||||||
"author": "Apache Software Foundation",
|
"author": "Apache Software Foundation",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user