Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codeworrior authored Jun 9, 2021
1 parent cc0399e commit 7f8b039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/discovery.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// check for an existing test page and check for test suite or page
getFile(oTestPageConfig.fullpage).then(function(sData) {
if (/(?:window\.suite\s*=|function\s*suite\s*\(\s*\)\s*{)/.test(sData) ||
(/data-sap-ui-testsuite/.test(sData) && !/sap\/ui\/test\/starter\/runTest/.test(sData)) ||
(/data-sap-ui-testsuite/.test(sData) && !/sap\/ui\/test\/starter\/runTest/.test(sData)) ||
/sap\/ui\/test\/starter\/createSuite/.test(sData)) {
// console.log("execute page ", sTestPage);

Expand Down

0 comments on commit 7f8b039

Please sign in to comment.