UNPKG

631 BJavaScriptView Raw
1"use strict";
2// Copyright IBM Corp. 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
6Object.defineProperty(exports, "__esModule", { value: true });
7exports.expect = void 0;
8// eslint-disable-next-line @typescript-eslint/triple-slash-reference
9/// <reference path="../should-as-function.d.ts" />
10const shouldAsFunction = require('should/as-function');
11shouldAsFunction.use((should, assertion) => {
12 assertion.addChain('to');
13});
14exports.expect = shouldAsFunction;
15//# sourceMappingURL=expect.js.map
\No newline at end of file