remove test

This commit is contained in:
Timo Hocker 2020-04-23 17:18:40 +02:00
parent 7d679c86f4
commit 9cc61b5361

View File

@ -14,7 +14,7 @@
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc ava",
"test": "echo \"no test\"",
"ci": "yarn && node jenkins.js"
}
}