Skip to content

Commit

Permalink
smh.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Mar 28, 2018
1 parent d81f48a commit ad66aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/files/cycles/depth-three-indirect.js
Expand Up @@ -2,4 +2,4 @@ import './depth-two'

export function bar() {
return "side effects???"
}
}
4 changes: 2 additions & 2 deletions tests/src/rules/no-cycle.js
Expand Up @@ -11,7 +11,7 @@ const test = def => _test(Object.assign(def, {
filename: testFilePath('./cycles/depth-zero.js'),
}))

describe.only("no-cycle", () => {
// describe.only("no-cycle", () => {
ruleTester.run('no-cycle', rule, {
valid: [
// this rule doesn't care if the cycle length is 0
Expand Down Expand Up @@ -86,4 +86,4 @@ ruleTester.run('no-cycle', rule, {
}),
],
})
})
// })

0 comments on commit ad66aea

Please sign in to comment.