feat: use eslint with prettier to format code
This commit is contained in:
committed by
mrugesh mohapatra
parent
be36915605
commit
fc8c71ad16
@@ -92,7 +92,7 @@ function getJSTestRunner({ build, sources }, proxyLogger) {
|
||||
|
||||
const testWorker = createWorker('test-evaluator');
|
||||
|
||||
return async(testString, testTimeout) => {
|
||||
return async (testString, testTimeout) => {
|
||||
try {
|
||||
testWorker.on('LOG', proxyLogger);
|
||||
return await testWorker.execute(
|
||||
|
Reference in New Issue
Block a user