Skip to content

Commit

Permalink
Remove unused imports from template tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Apr 26, 2018
1 parent 77bb243 commit 5ca7c61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { join } from 'path'
import Handlebars from 'handlebars'

import releases from './data/releases'
import commits from './data/commits'
import { compileTemplate } from '../src/template'
import { removeIndentation } from '../src/utils'

describe('compileTemplate', () => {
it('compiles using compact template', async () => {
Expand Down

0 comments on commit 5ca7c61

Please sign in to comment.