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