You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace dirty-chai with chai-parentheses (#788)
dirty-chai has issues with modern bundlers due to how it tries to support amd, cjs and script tags from one file.
Replace dirty-chai with chai-parentheses as we only care about running cjs or esm with bundlers.
0 commit comments