no test for android package

This commit is contained in:
MS 2020-09-18 20:11:38 +02:00
parent 0ff387c6f5
commit af962c90ba
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -15,7 +15,6 @@
"scripts": {
"compile": "tsc && rollup -c",
"pretty": "prettier --write src",
"test": "tsc && ava",
"coverage": "tsc && nyc ava",
"clean": "rimraf lib dist"
},