Skip to content

Commit

Permalink
Fix @testing-library/* hoisting (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 authored Jan 30, 2025
1 parent 2d52dd3 commit 897d006
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
enable-pre-post-scripts=true
public-hoist-pattern[]=@types/*
public-hoist-pattern[]=*jest*
public-hoist-pattern[]=react
public-hoist-pattern[]=react-dom
public-hoist-pattern[]=@storybook/react
public-hoist-pattern[]=@leafygreen-ui/testing-lib
public-hoist-pattern[]=@lg-tools/build
public-hoist-pattern[]=@lg-tools/storybook-addon
public-hoist-pattern[]=@lg-tools/storybook-utils
public-hoist-pattern[]=@leafygreen-ui/testing-lib
public-hoist-pattern[]=@storybook/react
public-hoist-pattern[]=@testing-library/*
public-hoist-pattern[]=@types/*
public-hoist-pattern[]=*jest*
public-hoist-pattern[]=react
public-hoist-pattern[]=react-dom

0 comments on commit 897d006

Please sign in to comment.