Skip to content

Commit

Permalink
Update with another expect.any
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Jun 6, 2024
1 parent 9767176 commit 9ad8076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-src/lib/getStorybookInfo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('getStorybookInfo', () => {
// We're getting the result of tracing chromatic-cli's node_modules here.
expect.objectContaining({
viewLayer: 'react',
version: '8.1.5',
version: expect.any(String),
addons: [
{
name: 'essentials',
Expand Down

0 comments on commit 9ad8076

Please sign in to comment.