|
|
@ -147,7 +147,7 @@ module.exports = class TestTab extends ViewPlugin { |
|
|
|
/* |
|
|
|
/* |
|
|
|
Test are not associated with the UI |
|
|
|
Test are not associated with the UI |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
testFromSource (content, path = 'browser/unit-test.sol') { |
|
|
|
testFromSource (content, path = 'browser/unit_test.sol') { |
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
let runningTest = {} |
|
|
|
let runningTest = {} |
|
|
|
runningTest[path] = { content } |
|
|
|
runningTest[path] = { content } |
|
|
|