Commit feacc967 authored by yann300's avatar yann300 Committed by François

default path should contain the root folder - for not breaking the `./` way of importing

parent 79445476
......@@ -147,7 +147,7 @@ module.exports = class TestTab extends ViewPlugin {
/*
Test are not associated with the UI
*/
testFromSource (content, path = 'unit-test.sol') {
testFromSource (content, path = 'browser/unit-test.sol') {
return new Promise((resolve, reject) => {
let runningTest = {}
runningTest[path] = { content }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment