Skip to content

Commit c19f8ff

Browse files
committed
Remove unnecessary code
1 parent 6c572f9 commit c19f8ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/index.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,4 @@ const createCase = fixture => (
3838
})
3939
)
4040

41-
describe('smartlink-core', () => {
42-
createCase('fastersite')
43-
// fixtures.forEach(createCase)
44-
})
41+
describe('smartlink-core', () => fixtures.forEach(createCase))

0 commit comments

Comments
 (0)