UNPKG

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