Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 30, 2023
1 parent 0cbb96e commit bba38f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/public-api/tests/runner.spec.ts
Expand Up @@ -47,19 +47,19 @@ it.each([
expect(files).toHaveLength(1)

expect(taskUpdate).toContainEqual(
expect.arrayContaining([
[
expect.any(String),
expect.anything(),
suiteMeta,
]),
],
)

expect(taskUpdate).toContainEqual(
expect.arrayContaining([
[
expect.any(String),
expect.anything(),
testMeta,
]),
],
)

expect(finishedFiles[0].meta).toEqual(suiteMeta)
Expand Down

0 comments on commit bba38f8

Please sign in to comment.