[kbn] rename test command to x

This commit is contained in:
spalger 2022-11-08 15:01:58 -06:00
parent d0e3499718
commit 0ce21359a8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ export const COMMANDS = [
(await import('./run_in_packages_command.mjs')).command,
(await import('./clean_command.mjs')).command,
(await import('./reset_command.mjs')).command,
(await import('./test_command.mjs')).command,
(await import('./x_command.mjs')).command,
];
/**

View file

@ -129,7 +129,7 @@ function duplicateRule(starlark, name, newName, mod) {
/** @type {import('../lib/command').Command} */
export const command = {
name: '_test',
name: '_x',
async run({ log }) {
const updates = { pkgJson: 0, buildBazel: 0, tsconfig: 0, tsconfigRefs: 0 };