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
If this library is ever going to be used in production, implementing CI is a must. Testing should cover the correctness and performance of RegExp parsing and string matching.
Actual behavior
pnpm test:unit # fast: max 5s
pnpm test:perf # slower: max 30s
The text was updated successfully, but these errors were encountered:
Rationale
If this library is ever going to be used in production, implementing CI is a must. Testing should cover the correctness and performance of RegExp parsing and string matching.
Actual behavior
The text was updated successfully, but these errors were encountered: