Skip to content

Commit

Permalink
fix expected test result
Browse files Browse the repository at this point in the history
  • Loading branch information
pzerelles committed Dec 15, 2023
1 parent b0cb336 commit f45775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/assets/__tests__/assets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const assetMatch = isBuild

const encodedAssetMatch = isBuild
? /\/foo\/bar\/assets\/asset_small_-[-\w]{8}\.png/
: '/foo/bar/nested/asset[small].png'
: '/foo/bar/nested/asset%5Bsmall%5D.png'

const iconMatch = `/foo/bar/icon.png`

Expand Down

0 comments on commit f45775c

Please sign in to comment.