8000 :robot: config(package.json): Remove xo call in test. · make-github-pseudonymous-again/js-itertools@e183c8a · GitHub
[go: up one dir, main page]

Skip to content

Commit e183c8a

Browse files
🤖 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.
1 parent de0fd8b commit e183c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prepare": "npm run build",
6060
"prepublishOnly": "pinst --disable",
6161
"release": "np",
62-
"test": "xo && ava"
62+
"test": "ava"
6363
},
6464
"dependencies": {
6565
"@aureooms/js-collections-deque": "^5.0.0",

0 commit comments

Comments
 (0)
0