Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveneman committed Mar 14, 2019
1 parent eb02065 commit b7d0539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/analyzer/rules/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const test = require('ava')
const analyze = require('../../../src/analyzer/rules/index')
const analyze = require('../../../src/analyzer/rules')

test('it responds with the correct structure', t => {
const actual = analyze([])
Expand Down

0 comments on commit b7d0539

Please sign in to comment.