Skip to content

Commit

Permalink
fix test file lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
callmecavs committed Dec 6, 2017
1 parent 9da0e68 commit f96557f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ const expect = require('chai').expect
/* eslint-env mocha */

describe('${ NAME }', () => {

it('should have tests', () => {
expect(true).to.equal(true)
})
})

0 comments on commit f96557f

Please sign in to comment.