Skip to content

Commit

Permalink
Oops. Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
freshlogic committed Jul 3, 2019
1 parent d1b1f64 commit 39f4751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/carriers/usps.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('usps.isTrackingNumberValid', function() {
});
});

describe.only('USPS', function () {
describe('USPS', function () {
this.timeout(10000);

const bloodhound = new Bloodhound({
Expand Down

0 comments on commit 39f4751

Please sign in to comment.