Skip to content

Commit

Permalink
fix(app-vite/app-webpack): remove all instances of the "test" cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Sep 13, 2023
1 parent 08091ef commit 25003ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app-vite/bin/quasar.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const commands = [
'mode',
'info',
'new',
'test',
'help'
]

Expand All @@ -30,7 +29,6 @@ if (cmd) {
m: 'mode',
i: 'info',
n: 'new',
t: 'test',
h: 'help'
}
cmd = mapToCmd[ cmd ]
Expand Down
2 changes: 0 additions & 2 deletions app-webpack/bin/quasar
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const commands = [
'mode',
'info',
'new',
'test',
'help'
]

Expand All @@ -30,7 +29,6 @@ if (cmd) {
m: 'mode',
i: 'info',
n: 'new',
t: 'test',
h: 'help'
}
cmd = mapToCmd[ cmd ]
Expand Down

0 comments on commit 25003ec

Please sign in to comment.