You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: script/test
+20-8
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,8 @@ function runCoreMainProcessTests (callback) {
102
102
cp.on('close',exitCode=>{callback(null,{exitCode,step: 'core-main-process',testCommand: `You can run the test again using: \n\t ${executablePath}${testArguments.join(' ')}`})})
103
103
}
104
104
105
+
functiongetCoreRenderProcessTestSuites(){
106
+
105
107
// Build an array of functions, each running tests for a different rendering test
0 commit comments