[x] Yes, I updated Authors.mdOR this is not my first contribution
[x] Yes, I included and/or modified tests to cover relevent code OR my change is non-technical
[x] Yes, I wrote this code entirely myself OR I properly attributed these changes in Third Party Notices
Description of Changes
Fixed a typescript error for Typescript version 4.2.2
It seems that we had an error in our types that was hidden by a bug in version 4.1.x, they patched it in version 4.2.x which is why we started seeing it.
Made the compilation tests more readable when one fails and allows you to check for multiple errors in a file.
If a compilation test fails, it will now show the output from tsc.
You can now provide multiple Typescript error codes to make sure they are the only errors present.
Pre-Requisites
Description of Changes
Fixed a typescript error for Typescript version 4.2.2
It seems that we had an error in our types that was hidden by a bug in version 4.1.x, they patched it in version 4.2.x which is why we started seeing it.
Made the compilation tests more readable when one fails and allows you to check for multiple errors in a file.
If a compilation test fails, it will now show the output from
tsc
.You can now provide multiple Typescript error codes to make sure they are the only errors present.
Related Issues
Closes #24