toBeOfUse / actions-test

0 stars 0 forks source link

Errors change #11

Open toBeOfUse opened 1 week ago

diagnostic-tracker[bot] commented 1 week ago

TypeScript Errors

[!CAUTION] There are 2 new errors in unmodified files.

❌ Error in stories/blog/post.stories.tsx:33:4:

Type 'string' is not assignable to type 'Date'.

❌ Error in stories/blog/post.stories.tsx:55:8:

Type 'string' is not assignable to type 'Date'.

[!CAUTION] There are 1 errors in modified files.

❌ Error in index.ts:7:0:

Type 'string' is not assignable to type 'number'.

[!CAUTION] There are 1 more TypeScript errors total now!

There are 4 total TypeScript errors.

Jest Tests

[!CAUTION] There are 3 more failing tests now!

string reversing function reverses strings can reverse 'hello' (string_functions.test.ts:13:5) failed with

Error: expect(received).toEqual(expected) // deep equality

Expected: "olleh"
Received: "oleh"

string reversing function reverses strings will crash and burn (string_functions.test.ts:16:5) failed with

Error: expect(received).toBe(expected) // Object.is equality

Expected: true
Received: false

string reversing function reverses strings will also crash and burn (string_functions.test.ts:19:5) failed with

Error: expect(received).toBe(expected) // Object.is equality

Expected: true
Received: false

string reversing function reverses strings will also also crash and burn (string_functions.test.ts:22:5) failed with

Error: expect(received).toBe(expected) // Object.is equality

Expected: true
Received: false

There are 4 failing tests overall.

Storybook Tests

[!CAUTION] There are 2 more failing tests now!

Post > FixedContent > smoke-test (stories/blog/post.stories.tsx) failed with

page.evaluate: StorybookTestRunnerError: r.toDateString is not a function

Post > SanityContent > smoke-test (stories/blog/post.stories.tsx) failed with

page.evaluate: StorybookTestRunnerError: r.toDateString is not a function

There are 3 failing tests overall.