don't try to run non-existent test cases for UI

This commit is contained in:
Florian Dold 2020-11-09 10:40:11 +01:00
parent 8f69fadc1f
commit 61f51d69ad
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -8,7 +8,6 @@
"license": "AGPL-3.0-or-later",
"private": false,
"scripts": {
"test": "tsc && ava",
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
"compile": "tsc && rollup -c"
},