mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[@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:
parent
2c48da2417
commit
2e232c2e31
1117 changed files with 2679 additions and 1341 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue