Skip to content

Commit

Permalink
Bump braces from 3.0.2 to 3.0.3 (#400)
Browse files Browse the repository at this point in the history
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 5, 2024
1 parent 12ab681 commit 207bbfb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions __tests__/installer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function linuxTests(): void {
const version = installer.getOMVersion('nightly')
await installer.installOM(['omc'], version, '64')
const resVer = await installer.showVersion('omc')
expect(resVer).toContain('1.23.0~dev-')
expect(resVer).toContain('1.24.0~dev-')
},
10 * 60000
)
Expand All @@ -107,7 +107,7 @@ function linuxTests(): void {
const version = installer.getOMVersion('stable')
await installer.installOM(['omc'], version, '64')
const resVer = await installer.showVersion('omc')
expect(resVer).toContain('1.22.')
expect(resVer).toContain('1.23.')
},
10 * 60000
)
Expand All @@ -119,7 +119,7 @@ function linuxTests(): void {
const version = installer.getOMVersion('release')
await installer.installOM(['omc'], version, '64')
const resVer = await installer.showVersion('omc')
expect(resVer).toContain('1.22.')
expect(resVer).toContain('1.23.')
},
10 * 60000
)
Expand All @@ -144,7 +144,7 @@ function linuxTests(): void {
const packages = ['omc', 'omsimulator']
await installer.installOM(packages, version, '64')
const resVer = await installer.showVersion('OMSimulator')
expect(resVer).toContain('2.1.1')
expect(resVer).toContain('2.1.2')
},
10 * 60000
)
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 207bbfb

Please sign in to comment.