perf: template literals

This commit is contained in:
liyasthomas
2021-09-18 16:09:58 +05:30
parent 4236d1179c
commit e1e763575d
64 changed files with 425 additions and 333 deletions

View File

@@ -50,7 +50,7 @@ export default function runTestScriptWithVariables(
} catch (e: any) {
pw._testReports.push({
result: "ERROR",
message: e.toString(),
message: `${e}`,
styles: styles.ERROR,
})
}