From e183c8a6af62aac7f345e10d76c9c676bb3f18bc Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:14:36 +0100 Subject: [PATCH] :robot: config(package.json): Remove xo call in test. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e2bf2c17f7e41fd818d2de9cb478d2e183f92a0e/src/transforms/package.json:scripts-test-remove-xo.js Please contact the author of the transform if you believe there was an error. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a84c5f..2b963ae 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "prepare": "npm run build", "prepublishOnly": "pinst --disable", "release": "np", - "test": "xo && ava" + "test": "ava" }, "dependencies": { "@aureooms/js-collections-deque": "^5.0.0",