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 Sep 2, 2020
1 parent a3e79ee commit 352f09d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { CarrierApp } = require("@shipengine/connect-sdk/lib/internal/carriers/ca
const pojo = require("../../../utils/pojo");
const { expect } = require("chai");

describe.only("The schedule same day pickup test suite", () => {
describe("The schedule same day pickup test suite", () => {

describe("when there is no address available for the delivery service", () => {
it("should not generate tests", () => {
Expand Down Expand Up @@ -50,7 +50,7 @@ describe.only("The schedule same day pickup test suite", () => {

describe("when there is a config override object of test suite parameters", () => {

it.only("should update the test title", () => {
it("should update the test title", () => {
const { appDefinition, connectArgs, staticConfigTests, options } = generateBasicAppAndConfigs();
const app = new CarrierApp(appDefinition);

Expand Down

0 comments on commit 352f09d

Please sign in to comment.