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
There are type checking failures when running test under some core packages
The reason automation is passing is because we only run test:node and test:browser. The newly added tsc -b --noEmit command is only added to test NPM script
There are type checking failures when running
testunder some core packagesThe reason automation is passing is because we only run
test:nodeandtest:browser. The newly addedtsc -b --noEmitcommand is only added totestNPM script