Skip to content

Commit

Permalink
feat: move dnb image assets to own subfolder (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakbjerk committed Mar 27, 2023
1 parent 10262df commit 3b5b216
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Logo', () => {
describe('png image', () => {
it('have to match image snapshot', async () => {
const image = await loadImage(
path.resolve(__dirname, '../../../../assets/images/dnb-logo.png')
path.resolve(__dirname, '../../../../assets/images/dnb/dnb-logo.png')
)
expect(image).toMatchImageSnapshot()
})
Expand Down

0 comments on commit 3b5b216

Please sign in to comment.