Skip to content

Commit de47767

Browse files
authored
Merge pull request #7090 from NomicFoundation/fix-very-important-error
Indent results summary
2 parents dad660a + 7738c3d commit de47767

File tree

37 files changed

+2265
-957
lines changed

37 files changed

+2265
-957
lines changed

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/assert-test/result.svg

Lines changed: 10 additions & 3 deletions
Loading

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/assert-test/result.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
8) should match strings
1313

1414

15-
0 passing (164ms)
16-
8 failing
15+
0 passing (161ms)
16+
 8 failing
1717

1818
1) assert
1919
equal

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/async-describe-test/result.svg

Lines changed: 20 additions & 13 deletions
Loading

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/async-describe-test/result.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
8) describe.describe.async.it.only
4848

4949

50-
12 passing (145ms)
51-
8 failing
50+
12 passing (172ms)
51+
 8 failing
5252

5353
1) describe.async.describe.async.it:
5454

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/asynchronous-activity-test/result.svg

Lines changed: 24 additions & 10 deletions
Loading

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/asynchronous-activity-test/result.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
✔ foo
33

4-
1) integration-tests/fixture-tests/asynchronous-activity-test/test.ts (202ms)
4+
1) integration-tests/fixture-tests/asynchronous-activity-test/test.ts (223ms)
55

66

7-
1 passing (228ms)
8-
1 failing
9-
ℹ Error: Test "foo" at integration-tests/fixture-tests/asynchronous-activity-test/test.ts:1:29 generated asynchronous activity after the test ended. This activity created the error "Error" and would have caused the test to fail, but instead triggered an uncaughtException event.
7+
1 passing (253ms)
8+
 1 failing
9+
ℹ Error: Test "foo" at integration-tests/fixture-tests/asynchronous-activity-test/test.ts:1:29 generated asynchronous activity after the test ended. This activity created the error "Error" and would have caused the test to fail, but instead triggered an uncaughtException event.
1010

1111
1) integration-tests/fixture-tests/asynchronous-activity-test/test.ts:
1212

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/errors-test/result.svg

Lines changed: 170 additions & 89 deletions
Loading

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/errors-test/result.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
1) aggregate error in top level test
33

44

5-
0 passing (172ms)
6-
1 failing
5+
0 passing (144ms)
6+
 1 failing
77

88
1) aggregate error in top level test:
99

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/example-test/result.svg

Lines changed: 19 additions & 12 deletions
Loading

v-next/hardhat-node-test-reporter/integration-tests/fixture-tests/example-test/result.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
- skipped test
3333

3434

35-
6 passing (128ms)
36-
2 failing
37-
1 skipped
38-
1 todo
39-
1 cancelled
35+
6 passing (153ms)
36+
 2 failing
37+
 1 skipped
38+
 1 todo
39+
 1 cancelled
4040

4141
1) Foooo
4242
test with cause:

0 commit comments

Comments
 (0)