We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6b12d commit 927d610Copy full SHA for 927d610
main_test.go
@@ -53,7 +53,7 @@ func (f *ComponentTest) InitializeTestSuite(ctx *godog.TestSuiteContext) {
53
54
func TestComponent(t *testing.T) {
55
flag.Parse()
56
- // *componentFlag = true // put this line in if you want to "debug test" this function in vscode IDE
+ *componentFlag = false // put this line in if you want to "debug test" this function in vscode IDE
57
if *componentFlag {
58
status := 0
59
0 commit comments