Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Oct 19, 2020
1 parent e0cc774 commit ab7030e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/core/test-app/runner/config/cancel-pickups-multiple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export interface CancelPickupsMultipleTestParams {
contact?: ContactInfoPOJO;
timeWindow?: TimeRangePOJO;
shipments: PickupShipmentConfig[];

cancellationReason?: PickupCancellationReason;
}

Expand Down
2 changes: 1 addition & 1 deletion src/core/test-app/tests/cancel-pickups-multiple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import findPickupServiceByName from '../utils/find-pickup-service-by-name';
import Test from '../runner/test';
import { buildAddress } from '../factories/address';
import findPackagingByName from '../utils/find-packaging-by-name';
import { PickupCancellation, PickupCancellationReason } from '@shipengine/connect-sdk/lib/internal/input';
import { PickupCancellationReason } from '@shipengine/connect-sdk/lib/internal/input';
import { v4 } from 'uuid';
import { expect } from 'chai';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { expect } = require("chai");
const sinon = require("sinon");
const { v4 } = require("uuid");

describe.only("The cancel pickups multi shipment test suite", () => {
describe("The cancel pickups multi shipment test suite", () => {

describe("when there is no pickup service defined in the app", () => {
it("should not generate tests", () => {
Expand Down

0 comments on commit ab7030e

Please sign in to comment.