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

Commit ae65ec3

Browse files
committed
Misc: remove .only
1 parent a2c009f commit ae65ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/rules/require-spaces-in-function-expression.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('rules/require-spaces-in-function-expression', function() {
4747
.to.have.one.validation.error.from('requireSpacesInFunctionExpression');
4848
});
4949

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

0 commit comments

Comments
 (0)