Skip to content

Commit

Permalink
removed only from describe
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowhal committed May 27, 2022
1 parent 5461122 commit 6cee558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/CommandParserTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Teams } from '../Player';
import { parser, BanchoResponseType } from '../parsers/CommandParser';
import tu from './TestUtils';

describe.only('CommandParserTest', function () {
describe('CommandParserTest', function () {
before(function () {
tu.configMochaAsSilent();
});
Expand Down

0 comments on commit 6cee558

Please sign in to comment.