Skip to content

Commit

Permalink
fix(core): handle events on blur (close umijs#10212)
Browse files Browse the repository at this point in the history
  • Loading branch information
SK-Luffa committed Jul 6, 2024
1 parent 3435b00 commit 6fda717
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/bundler-vite/src/config/transformer/alias.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ describe('alias config transformer', () => {
test('no alias', () => {
expect(alias({}, {})).toEqual({
resolve: {
alias: [
{ find: /^~/, replacement: '' },
{ find: /react-helmet-async/, replacement: 'react-helmet-async' },
],
alias: [{ find: /^~/, replacement: '' }],
},
});
});
Expand Down

0 comments on commit 6fda717

Please sign in to comment.