Skip to content

Commit 2c4a31b

Browse files
committed
Assert the same number of tests
1 parent 04989e2 commit 2c4a31b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/smoke-tests/defaults.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
163163
expect(testResult.stdout).includes('debug utils remain in the build: assert');
164164
expect(testResult.stdout).includes('debug utils remain in the build: DEBUG');
165165
expect(testResult.stdout).includes(
166-
`# tests 4
167-
# pass 4
166+
`# tests 6
167+
# pass 6
168168
# skip 0
169169
# todo 0
170170
# fail 0

0 commit comments

Comments
 (0)