Skip to content

Commit

Permalink
test: fix tests number
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 29, 2024
1 parent dcd1d01 commit e58d152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/workspaces/globalTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export async function teardown() {
try {
assert.ok(results.success)
assert.equal(results.numTotalTestSuites, 28)
assert.equal(results.numTotalTests, 31)
assert.equal(results.numPassedTests, 31)
assert.equal(results.numTotalTests, 33)
assert.equal(results.numPassedTests, 33)

const shared = results.testResults.filter((r: any) => r.name.includes('space_shared/test.spec.ts'))

Expand Down

0 comments on commit e58d152

Please # to comment.