You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs for dapple https://dapple.readthedocs.io/en/latest/test/
state that dapple/test.sol is a virtual package
import 'dapple/test.sol'; // virtual "dapple" package imported when dapple test is run
When editing such test files in atom, linter should ignore this import and not report an error
The text was updated successfully, but these errors were encountered:
import "zeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol"; produce source not found error, but i know for the fact the file is where it suppose to be.
I'm getting the same error.
import "zeppelin-solidity/contracts/token/ERC20/StandardToken.sol"; source not found error
can not found node_modules listfile
Docs for dapple
https://dapple.readthedocs.io/en/latest/test/
state that dapple/test.sol is a virtual package
import 'dapple/test.sol'; // virtual "dapple" package imported when
dapple test
is runWhen editing such test files in atom, linter should ignore this import and not report an error
The text was updated successfully, but these errors were encountered: