-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5692 from NomicFoundation/galargh/test-reporter-t…
…ests-plus chore: implement additional test cases for the node test reporter (part 2)
- Loading branch information
Showing
25 changed files
with
4,508 additions
and
1,339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
|
||
# pnpm deploy output | ||
/bundle | ||
|
||
/integration-tests/fixture-tests/*/result.actual.txt |
103 changes: 103 additions & 0 deletions
103
...test-reporter/integration-tests/fixture-tests/execution-failure-test/result.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
...dhat-node-test-reporter/integration-tests/fixture-tests/execution-failure-test/result.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
[31m1) integration-tests/fixture-tests/execution-failure-test/test.ts[39m [31m[3m(101ms)[23m[39m | ||
|
||
|
||
[32m0 passing[39m[90m (131ms)[39m[31m[39m | ||
[31m1 failing[39m | ||
|
||
1) integration-tests/fixture-tests/execution-failure-test/test.ts: | ||
|
||
[31mTest file execution failed (exit code 1).[39m | ||
[90m Did you forget to await a promise?[39m | ||
|
1 change: 1 addition & 0 deletions
1
...hardhat-node-test-reporter/integration-tests/fixture-tests/execution-failure-test/test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
throw new Error("error"); |
Oops, something went wrong.