We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70de9e commit 84c9ad5Copy full SHA for 84c9ad5
package.json
@@ -68,7 +68,7 @@
68
"type-coverage": "^2.0.0",
69
"type-fest": "^2.0.0",
70
"typescript": "^4.0.0",
71
- "xo": "^0.45.0"
+ "xo": "^0.46.0"
72
},
73
"scripts": {
74
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
test/index.js
@@ -127,7 +127,7 @@ test('Repositories', (t) => {
127
while (++index < repositories.length) {
128
const repo = repositories[index]
129
const user = repo[1]
130
- let project = repo[2]
+ const project = repo[2]
131
const value = repo[0]
132
133
t.equal(
0 commit comments