remove console logs
This commit is contained in:
@@ -6,8 +6,6 @@ const PASS = 'PASS',
|
|||||||
//TODO: probably have to use a more global state for `test`
|
//TODO: probably have to use a more global state for `test`
|
||||||
|
|
||||||
export default function runTestScriptWitVariables(script, variables) {
|
export default function runTestScriptWitVariables(script, variables) {
|
||||||
console.log(script);
|
|
||||||
console.log('start of the thing');
|
|
||||||
let pw = {
|
let pw = {
|
||||||
_errors: [],
|
_errors: [],
|
||||||
_testReports: [],
|
_testReports: [],
|
||||||
|
|||||||
@@ -2174,10 +2174,7 @@
|
|||||||
body: this.response.body,
|
body: this.response.body,
|
||||||
headers: this.response.headers
|
headers: this.response.headers
|
||||||
};
|
};
|
||||||
console.log(syntheticResponse);
|
|
||||||
debugger;
|
|
||||||
const testResults = runTestScriptWitVariables(this.testScript, {response: syntheticResponse});
|
const testResults = runTestScriptWitVariables(this.testScript, {response: syntheticResponse});
|
||||||
console.log('$$$', testResults);
|
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user