Skip to content

Bump jest from 29.6.1 to 29.7.0 #417

Bump jest from 29.6.1 to 29.7.0

Bump jest from 29.6.1 to 29.7.0 #417

GitHub Actions / Example Go Report failed Oct 6, 2023 in 0s

3 tests run, 0 skipped, 2 failed.

Annotations

Check failure on line 12 in go/main_test.go

See this annotation in the file changed.

@github-actions github-actions / Example Go Report

main_test.go.TestFailing

Failed
Raw output
main_test.go:12: failing test

Check failure on line 7 in go/utils/string_test.go

See this annotation in the file changed.

@github-actions github-actions / Example Go Report

string_test.go.TestFailing

Failed
Raw output
string_test.go:7: 
        	Error Trace:	/home/runner/work/action-surefire-report/action-surefire-report/go/utils/string_test.go:7
        	Error:      	Not equal: 
        	            	expected: "1"
        	            	actual  : "2"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-1
        	            	+2
        	Test:       	TestFailing