Merge pull request #911 from ensdomains/fet-1689-alternate #4186
Annotations
3 errors and 1 warning
src/utils/string.test.ts > parseNumericString > should return an integer for a decimal:
src/utils/string.test.ts#L10
AssertionError: expected 123.123 to be 123 // Object.is equality
- Expected
+ Received
- 123
+ 123.123
❯ src/utils/string.test.ts:10:43
|
src/utils/string.test.ts > parseNumericString > should return null for a negative number:
src/utils/string.test.ts#L22
AssertionError: expected -123 to be null // Object.is equality
- Expected:
null
+ Received:
-123
❯ src/utils/string.test.ts:22:40
|
coverage
Process completed with exit code 1.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "stateful-build", "stateful-report", "stateless-build", "stateless-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
stateful-build
|
27.8 MB |
|
stateful-report
|
439 KB |
|
stateless-build
|
27.8 MB |
|
stateless-report
|
447 KB |
|