Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Misc: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Oct 17, 2015
1 parent a2c009f commit ae65ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/rules/require-spaces-in-function-expression.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('rules/require-spaces-in-function-expression', function() {
.to.have.one.validation.error.from('requireSpacesInFunctionExpression');
});

it.only('should not report space before round brace in async FunctionExpression', function() {
it('should not report space before round brace in async FunctionExpression', function() {
expect(checker.checkString('var x = async function (){}')).to.have.no.errors();
});

Expand Down

0 comments on commit ae65ec3

Please sign in to comment.