Skip to content

Commit

Permalink
add description to test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Mar 19, 2024
1 parent de370f1 commit 7d2184f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions test/commands/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ describe('publish CLI command', () => {
expect(platformKeys.includes('latest_mac_yml')).true
expect(releaseMeta.platforms.windows_amd64?.installScript).eq('install_deps.exe')
expect(releaseMeta.platforms.windows_amd64?.executable).eq('test_win_x64.txt')
expect(releaseMeta.description).to.eq('This release starts Kosium Season 1000. Can you conquer the oppressor forces stronghold on Mars?')
})
})
2 changes: 2 additions & 0 deletions test/mock_data/hyperplay_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ account: valist
project: cli
release: v0.0.3

description: This release starts Kosium Season 1000. Can you conquer the oppressor forces stronghold on Mars?

platforms:
# unzipped file
HyperPlay-0.12.0-macOS-arm64.dmg:
Expand Down

0 comments on commit 7d2184f

Please sign in to comment.