diff --git a/package.json b/package.json index 3946686..3d2bcc7 100644 --- a/package.json +++ b/package.json @@ -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" } }