update tests #119
Annotations
3 errors and 1 warning
Run tests:
tests/base64.spec.ts#L47
expected 'AAAAAAAAAAAAAA==' to equal 'AAAABAAAAAAAAA=='
- Expected - 1
+ Received + 1
- AAAABAAAAAAAAA==
+ AAAAAAAAAAAAAA==
|
Run tests:
tests/import_default.spec.ts#L46
expected { foo: 'bar' } to deeply equal { foo: 'baz' }
- Expected - 1
+ Received + 1
Object {
- "foo": "baz",
+ "foo": "bar",
}
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading