Skip to content

Commit

Permalink
test: fix for eslint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 6, 2016
1 parent de1d845 commit 3ac353b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var config = require('../')
var test = require('tape')

test('test basic properties of config', function (t) {
t.ok(isObject(config.ecmaFeatures))
t.ok(isObject(config.parserOptions))
t.ok(isObject(config.env))
t.ok(isObject(config.globals))
t.ok(isObject(config.rules))
Expand Down

0 comments on commit 3ac353b

Please sign in to comment.