mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 20:41:41 +02:00
added the indentation
This commit is contained in:
parent
7a2b32069e
commit
2b174e1c60
@ -169,14 +169,14 @@ const registerNetworkIpc = (mainWindow, watcher, lastOpenedCollections) => {
|
|||||||
|
|
||||||
// run assertions
|
// run assertions
|
||||||
const assertions = get(request, 'assertions');
|
const assertions = get(request, 'assertions');
|
||||||
const assertRuntime = new AssertRuntime();
|
const assertRuntime = new AssertRuntime();
|
||||||
const results = assertRuntime.runAssertions(assertions, request, response, envVars, collectionVariables, collectionPath);
|
const results = assertRuntime.runAssertions(assertions, request, response, envVars, collectionVariables, collectionPath);
|
||||||
|
|
||||||
mainWindow.webContents.send('main:assertion-results', {
|
mainWindow.webContents.send('main:assertion-results', {
|
||||||
results: results,
|
results: results,
|
||||||
itemUid: item.uid,
|
itemUid: item.uid,
|
||||||
collectionUid
|
collectionUid
|
||||||
});
|
});
|
||||||
|
|
||||||
// run tests
|
// run tests
|
||||||
const testFile = get(item, 'request.tests');
|
const testFile = get(item, 'request.tests');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user