Skip to content

Commit ad66aea

Browse files
committed
smh.
1 parent d81f48a commit ad66aea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/files/cycles/depth-three-indirect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import './depth-two'
22

33
export function bar() {
44
return "side effects???"
5-
}
5+
}

tests/src/rules/no-cycle.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const test = def => _test(Object.assign(def, {
1111
filename: testFilePath('./cycles/depth-zero.js'),
1212
}))
1313

14-
describe.only("no-cycle", () => {
14+
// describe.only("no-cycle", () => {
1515
ruleTester.run('no-cycle', rule, {
1616
valid: [
1717
// this rule doesn't care if the cycle length is 0
@@ -86,4 +86,4 @@ ruleTester.run('no-cycle', rule, {
8686
}),
8787
],
8888
})
89-
})
89+
// })

0 commit comments

Comments
 (0)