mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 01:37:26 +00:00
Fix tests
This commit is contained in:
parent
19c81e187b
commit
d1b2b87be3
@ -14,7 +14,8 @@ var solcVersion = "0.4.24";
|
|||||||
var TestEvents = {
|
var TestEvents = {
|
||||||
request: (cmd, cb) => {
|
request: (cmd, cb) => {
|
||||||
cb(solcVersion);
|
cb(solcVersion);
|
||||||
}
|
},
|
||||||
|
emit: (_ev, _data) => {}
|
||||||
};
|
};
|
||||||
|
|
||||||
let ipcObject = new Ipc({
|
let ipcObject = new Ipc({
|
||||||
|
@ -19,7 +19,8 @@ const currentSolcVersion = require('../package.json').dependencies.solc;
|
|||||||
const TestEvents = {
|
const TestEvents = {
|
||||||
request: (cmd, cb) => {
|
request: (cmd, cb) => {
|
||||||
cb(currentSolcVersion);
|
cb(currentSolcVersion);
|
||||||
}
|
},
|
||||||
|
emit: (_ev, _data) => {}
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('embark.Contracts', function() {
|
describe('embark.Contracts', function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user