Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
✅ Use the correct description for the basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieconnolly committed Jul 19, 2017
1 parent 44eed48 commit e5b684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var isPlainObj = require('is-plain-obj');

it('load config in eslint to validate rule syntax', function() {
it('test basic properties of config', function() {
var config = require('../index.js');

expect(isPlainObj(config)).toBe(true);
Expand Down

0 comments on commit e5b684b

Please sign in to comment.