Skip to content

Commit

Permalink
fix: remove test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 4, 2023
1 parent 54ff7ce commit 5fcbb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/breadc/test/command.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import breadc from '../src';

options.enabled = false;

describe.only('Alias command', () => {
describe('Alias command', () => {
it('should share alias', async () => {
const cli = breadc('cli');
let cnt = 0;
Expand Down

0 comments on commit 5fcbb41

Please sign in to comment.