mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [@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
6 lines
80 B
JSON
6 lines
80 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"expect.js.d.ts"
|
|
]
|
|
}
|