Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 1, 2017
1 parent 6c572f9 commit c19f8ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ const createCase = fixture => (
})
)

describe('smartlink-core', () => {
createCase('fastersite')
// fixtures.forEach(createCase)
})
describe('smartlink-core', () => fixtures.forEach(createCase))

0 comments on commit c19f8ff

Please sign in to comment.