mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
enable test server in dev (#31469)
This commit is contained in:
parent
b0a9ad2236
commit
c88b3136a6
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const appConfig = {
|
|||
throwUnlessParallelizable: true,
|
||||
},
|
||||
hinting: isTest,
|
||||
tests: isTest,
|
||||
tests: !isProd,
|
||||
sourcemaps: {
|
||||
enabled: !isProd,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue