UNPKG

538 BPlain TextView Raw
1// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
2// Node module: @loopback/testlab
3// This file is licensed under the MIT License.
4// License text available at https://opensource.org/licenses/MIT
5
6// eslint-disable-next-line @typescript-eslint/triple-slash-reference
7/// <reference path="../should-as-function.d.ts" />
8
9const shouldAsFunction: Internal = require('should/as-function');
10
11shouldAsFunction.use((should, assertion) => {
12 assertion.addChain('to');
13});
14
15export const expect = shouldAsFunction;