Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 16, 2019
1 parent 515ebf6 commit 9b7f776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ METHODS.forEach(methodProps => {
DATA.forEach(datum => {
test(`[${inspect(methodProps)}] [${inspect(
datum,
// eslint-disable-next-line max-nested-callbacks
// eslint-disable-next-line max-nested-callbacks
)}] Dummy test`, async t => {
const { exitCode, stdout, stderr } = await fireTask({
...methodProps,
Expand Down

0 comments on commit 9b7f776

Please sign in to comment.