Skip to content

Commit 0ed6a80

Browse files
committed
remove .only
1 parent 75a2864 commit 0ed6a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/harmony/jest.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Jest Tester', function () {
4545
const output = helper.command.test('', true);
4646
expect(output).to.have.string('✓ should pass');
4747
});
48-
it.only('bit build should show the passing component via Jest output', () => {
48+
it('bit build should show the passing component via Jest output', () => {
4949
const output = helper.command.build('', undefined, true);
5050
expect(output).to.have.string('✓ should pass');
5151
});

0 commit comments

Comments
 (0)