Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Removed 'only' from test
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro authored Oct 18, 2019
1 parent 8375725 commit 1603978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/telemetry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ProjectFile from '../src/models/files/ProjectFile';

import * as prompt from '../src/prompts/prompt';

describe.only('telemetry', function() {
describe('telemetry', function() {
before(function() {
this.originalDisableInteractivity = prompt.DISABLE_INTERACTIVITY;
prompt.DISABLE_INTERACTIVITY = false;
Expand Down

0 comments on commit 1603978

Please sign in to comment.