Skip to content

Commit

Permalink
Update services/chrome-web-store/chrome-web-store-size.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: jNullj <[email protected]>
  • Loading branch information
chris48s and jNullj authored Jan 17, 2025
1 parent ca0d7fc commit 8ceef98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/chrome-web-store/chrome-web-store-size.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ describe('transform function', function () {
expect(() => ChromeWebStoreSize.transform('foobar')).to.throw(
InvalidResponse,
)
expect(() => ChromeWebStoreSize.transform('4.4.4 KiB')).to.throw(InvalidResponse)

Check failure on line 24 in services/chrome-web-store/chrome-web-store-size.spec.js

View workflow job for this annotation

GitHub Actions / test-lint

Replace `InvalidResponse` with `⏎······InvalidResponse,⏎····`
})
})

0 comments on commit 8ceef98

Please sign in to comment.