fix: tsconfig.json
rules reverted
#440
Annotations
2 errors and 1 warning
src/2023/322-isIsomorphic/isIsomorphic.test.ts > #isIsomorphic > should return false for non-isomorphic strings:
.stryker-tmp/sandbox1735473/src/2023/322-isIsomorphic/isIsomorphic.test.ts#L15
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/2023/322-isIsomorphic/isIsomorphic.test.ts:15:39
|
src/2023/322-isIsomorphic/isIsomorphic.test.ts > #isIsomorphic > should return false for non-isomorphic strings:
.stryker-tmp/sandbox1735473/src/2023/322-isIsomorphic/isIsomorphic.test.ts#L15
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/2023/322-isIsomorphic/isIsomorphic.test.ts:15:39
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|