[@kbn/expect] "fork" expect.js into repo (#33761)

* [@kbn/expect] "fork" expect.js into repo

* [eslint] autofix references to expect.js

* [tslint] autofix all expect.js imports

* now that expect.js is in strict mode, avoid reassigning fn.length
This commit is contained in:
Spencer 2019-03-25 09:56:48 -07:00 committed by GitHub
parent 2c48da2417
commit 2e232c2e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1117 changed files with 2679 additions and 1341 deletions

View file

@ -17,7 +17,7 @@
* under the License.
*/
import expect from 'expect.js';
import expect from '@kbn/expect';
export default function ({ getService }) {
const esArchiver = getService('esArchiver');