We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a2864 commit 0ed6a80Copy full SHA for 0ed6a80
e2e/harmony/jest.e2e.ts
@@ -45,7 +45,7 @@ describe('Jest Tester', function () {
45
const output = helper.command.test('', true);
46
expect(output).to.have.string('✓ should pass');
47
});
48
- it.only('bit build should show the passing component via Jest output', () => {
+ it('bit build should show the passing component via Jest output', () => {
49
const output = helper.command.build('', undefined, true);
50
51
0 commit comments