Skip to content

Commit a557bc0

Browse files
committed
Reinstall XO to fix CI error
1 parent 7d4aa45 commit a557bc0

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const test = require('ava');
22

33
test('timeout with custom message', async t => {
4-
t.timeout(10, 'time budget exceeded'); // eslint-disable-line ava/assertion-arguments
4+
t.timeout(10, 'time budget exceeded');
55
await new Promise(() => {});
66
});
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const test = require('ava');
22

33
test('timeout with invalid message', t => {
4-
t.timeout(10, 20); // eslint-disable-line ava/assertion-arguments
4+
t.timeout(10, 20);
55
});
66

0 commit comments

Comments
 (0)