Bump @sinonjs/fake-timers from 11.3.1 to 15.1.0 #247
Annotations
3 errors and 1 notice
|
|
|
|
|
test/refresh.js#L213
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
data: {
message: null,
+ messages: [
+ {
+ id: '0',
+ text: 'Some system message.'
+ },
+ {
+ id: '1',
+ text: 'Hello there'
+ },
+ {
+ id: '2',
+ text: 'Give me a place to stand, a lever long enough and a fulcrum. And I can move the Earth.'
+ },
+ {
+ id: '3',
+ text: ''
+ }
+ ]
+ },
+ errors: [
+ {
+ extensions: {
+ code: 'MER_VALIDATION_ERR_FAILED_VALIDATION',
+ details: [
...
- messages: null
- },
- errors: [
- {
- extensions: {
- code: 'MER_VALIDATION_ERR_FAILED_VALIDATION',
- details: [
- {
- data: '',
- instancePath: '/id',
- keyword: 'minLength',
- message: 'must NOT have fewer than 1 characters',
- params: {
- limit: 1
- },
- parentSchema: {
- '$id': 'https://mercurius.dev/validation/Query/message/id',
- minLength: 1,
- type: 'string'
- },
- schema: 1,
- schemaPath: '#/properties/id/minLength'
- }
- ],
...
at assert.<computed> [as deepStrictEqual] (node:internal/test_runner/test:242:18)
at TestContext.<anonymous> (/Users/runner/work/validation/validation/test/refresh.js:213:16)
at async Test.run (node:internal/test_runner/test:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { data: { message: null, messages: [Array] }, errors: [ [Object] ] },
expected: { data: { message: null, messages: null }, errors: [ [Object], [Object] ] },
operator: 'deepStrictEqual'
}
|
|
|
The logs for this run have expired and are no longer available.
Loading