Skip to content

Commit 7476a7b

Browse files
committed
chore: fix breaking change of should
1 parent 3354428 commit 7476a7b

16 files changed

Lines changed: 16 additions & 16 deletions

test/Api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import * as should from 'should'
16+
import should from 'should'
1717

1818
import {Api} from '../src/index'
1919

test/integration/copy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/count.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/create.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/edit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/editUsingGet.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/execute.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/get.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/getApiKey.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

test/integration/login.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import * as fetchMock from 'fetch-mock'
18-
import * as should from 'should'
18+
import should from 'should'
1919

2020
import * as Workfront from '../../src/index'
2121

0 commit comments

Comments
 (0)