mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
is-release
This commit is contained in:
parent
6a85c8f3bb
commit
37997bae2f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ describe('dev/build/lib/version_info', () => {
|
|||
describe('versionQualifier', () => {
|
||||
it('appends a version qualifier', async () => {
|
||||
const versionInfo = await getVersionInfo({
|
||||
isRelease: false,
|
||||
isRelease: true,
|
||||
versionQualifier: 'beta55',
|
||||
pkg
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue