mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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 { withProcRunner } from './proc_runner';
|
||||||
export { createToolingLog, pickLevelFromFlags } from './tooling-log';
|
export { createToolingLog, pickLevelFromFlags } from './tooling_log';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import { withProcRunner } from '../with_proc_runner';
|
import { withProcRunner } from '../with_proc_runner';
|
||||||
|
|
||||||
describe('proc-runner', () => {
|
describe('proc runner', () => {
|
||||||
function runProc({ thing = '', procs }) {
|
function runProc({ thing = '', procs }) {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
|
@ -1,4 +1,4 @@
|
||||||
import { createToolingLog } from '../tooling-log';
|
import { createToolingLog } from '../tooling_log';
|
||||||
|
|
||||||
export const log = createToolingLog('debug');
|
export const log = createToolingLog('debug');
|
||||||
log.pipe(process.stdout);
|
log.pipe(process.stdout);
|
Loading…
Add table
Add a link
Reference in a new issue