Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 24, 2022
1 parent 6502e1c commit 6897005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.spec.ts
Expand Up @@ -33,7 +33,7 @@ describe('alias', () => {
it('respects path separators', () => {
const aliases = {
'~': '/root',
'~assets': '/root/some/dir',
'~assets': '/root/some/dir'
}
expect(resolveAlias('~assets/smth.jpg', aliases)).toMatchInlineSnapshot('"/root/some/dir/smth.jpg"')
})
Expand Down

0 comments on commit 6897005

Please sign in to comment.