Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/dashmate/test/e2e/localNetwork.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ describe('Local Network', function main() {
const task = restartNodeTask(config);
await task.run({
isVerbose: true,
isSafe: true,
});
}

Expand All @@ -146,6 +147,7 @@ describe('Local Network', function main() {
const task = stopNodeTask(config);
await task.run({
isVerbose: true,
isSafe: true,
});
}

Expand Down
1 change: 1 addition & 0 deletions packages/dashmate/test/e2e/testnetEvonode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ describe('Testnet Evonode', function main() {
await task.run({
isVerbose: true,
platformOnly: true,
isSafe: true,
});

await assertServiceRunning(config, 'core', true);
Expand Down
2 changes: 2 additions & 0 deletions packages/dashmate/test/e2e/testnetFullnode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ describe('Testnet Fullnode', function main() {

await task.run({
isVerbose: true,
isSafe: true,
});

await assertServiceRunning(config, 'core');
Expand All @@ -160,6 +161,7 @@ describe('Testnet Fullnode', function main() {

await task.run({
isVerbose: true,
isSafe: true,
});

await assertServiceRunning(config, 'core', false);
Expand Down
Loading