1 | ;
|
2 | // Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
|
3 | // Node module: @loopback/testlab
|
4 | // This file is licensed under the MIT License.
|
5 | // License text available at https://opensource.org/licenses/MIT
|
6 | Object.defineProperty(exports, "__esModule", { value: true });
|
7 | exports.expect = void 0;
|
8 | // eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
9 | /// <reference path="../should-as-function.d.ts" />
|
10 | const shouldAsFunction = require('should/as-function');
|
11 | shouldAsFunction.use((should, assertion) => {
|
12 | assertion.addChain('to');
|
13 | });
|
14 | exports.expect = shouldAsFunction;
|
15 | //# sourceMappingURL=expect.js.map |
\ | No newline at end of file |