mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Correct casing in kbn-dev-utils (#17166)
* Remove kbn-dev-utils * Restore kbn-dev-utils with proper casing
This commit is contained in:
parent
aa81248d5a
commit
ee45b74858
18 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
export { withProcRunner } from './proc-runner';
|
||||
export { createToolingLog, pickLevelFromFlags } from './tooling-log';
|
||||
export { withProcRunner } from './proc_runner';
|
||||
export { createToolingLog, pickLevelFromFlags } from './tooling_log';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { withProcRunner } from '../with_proc_runner';
|
||||
|
||||
describe('proc-runner', () => {
|
||||
describe('proc runner', () => {
|
||||
function runProc({ thing = '', procs }) {
|
||||
return new Promise(resolve => {
|
||||
setTimeout(() => {
|
|
@ -1,4 +1,4 @@
|
|||
import { createToolingLog } from '../tooling-log';
|
||||
import { createToolingLog } from '../tooling_log';
|
||||
|
||||
export const log = createToolingLog('debug');
|
||||
log.pipe(process.stdout);
|
Loading…
Add table
Add a link
Reference in a new issue