Skip to content

Commit

Permalink
test(botonic-cli): the packages inside botConfigJson are an object wi…
Browse files Browse the repository at this point in the history
…th the attribute version
  • Loading branch information
Iru89 committed Aug 27, 2024
1 parent c32c68b commit 1a3f5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/botonic-cli/tests/commands/deploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ describe('TEST: Deploy pipeline', () => {
botonic_cli_version: '0.29.0',
},
packages: {
'@botonic/core': '0.29.0',
'@botonic/react': '0.29.0',
'@botonic/core': { version: '0.29.0' },
'@botonic/react': { version: '0.29.0' },
},
}
const { hasDeployErrors } =
Expand Down

0 comments on commit 1a3f5fe

Please sign in to comment.