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
With git checkout 000-snt-voting-dapp there appears to be some tests that are deprecated using Embark 3.1.2:
embark test
...
EmbarkSpec & deployAll are not supported anymore
You can learn about the new revamped tests here: https://embark.status.im/docs/testing.html
> git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
> ag EmbarkSpec
EDIT: Ah, appears master doesn't use Embark yet?
> embark test
Compiling contracts
Cannot find file embark.json Please ensure you are running this command inside the Dapp folder
Cannot find file embark.json Please ensure you are running this command inside the Dapp folder
With
git checkout 000-snt-voting-dapp
there appears to be some tests that are deprecated using Embark3.1.2
:See embarklabs/embark#548
Acceptance criteria
Make
embark test
green again with latest version of Embark.The text was updated successfully, but these errors were encountered: