Skip to content

Commit

Permalink
default path should contain the root folder - for not breaking the `.…
Browse files Browse the repository at this point in the history
…/` way of importing
  • Loading branch information
yann300 authored and GrandSchtroumpf committed Jul 26, 2019
1 parent 7944547 commit feacc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tabs/test-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit feacc96

Please sign in to comment.