mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
6 lines
148 B
Bash
Executable file
6 lines
148 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
checks-reporter-with-killswitch "Check Jest Configs" \
|
|
node scripts/check_jest_configs
|