mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-27 04:40:43 +00:00
fix(tests): fix using node config inside a test
This commit is contained in:
parent
bc6e0e3300
commit
3a3c81e7d1
@ -64,7 +64,7 @@ class Test {
|
||||
this.simOptions.type = 'vm';
|
||||
} else if (this.simOptions.host || (this.options.node && this.options.node !== 'vm')) {
|
||||
let options = this.simOptions;
|
||||
if (this.options.node) {
|
||||
if (this.options.node && this.options.node !== 'vm') {
|
||||
options = utils.deconstructUrl(this.options.node);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user