// Copyright IBM Corp. 2018. All Rights Reserved. // Node module: @loopback/testlab // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT // eslint-disable-next-line @typescript-eslint/triple-slash-reference /// const shouldAsFunction: Internal = require('should/as-function'); shouldAsFunction.use((should, assertion) => { assertion.addChain('to'); }); export const expect = shouldAsFunction;