Skip to content

Commit

Permalink
Fix test resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Nov 29, 2023
1 parent 7412aa8 commit e70b253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/scripts/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ module.exports = ( path, options ) => {
pkg.name === 'uuid' ||
pkg.name === 'react-colorful' ||
pkg.name === '@eslint/eslintrc' ||
pkg.name === 'expect'
pkg.name === 'expect' ||
pkg.name === 'nanoid'
) {
delete pkg.exports;
delete pkg.module;
Expand Down

0 comments on commit e70b253

Please sign in to comment.