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
The externalModuleApiSpec tests are currently using the installed
TypeScript version as the api spec version. This means when we bump the
TypeScript version, we break tests.
This commit specifies a literal version number instead of pulling the
version number from TypeScript, so tests don't break when we update the
TypeScript version.
0 commit comments