1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

no globals

This commit is contained in:
Bruno Barbieri 2019-01-02 17:17:44 -05:00 committed by GitHub
parent d504c075d5
commit 3112d5b5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ sleep 5
cd test/e2e/beta/
rm -rf drizzle-test
mkdir drizzle-test && cd drizzle-test
sudo npm install --unsafe-perm -g truffle
sudo truffle unbox drizzle
npm install --unsafe-perm truffle
../../../../node_modules/.bin/truffle unbox drizzle
echo "Deploying contracts for Drizzle test..."
sudo truffle compile && sudo truffle migrate
../../../../node_modules/.bin/truffle compile && ../../../../node_modules/.bin/truffle migrate
BROWSER=none npm start >> /dev/null 2>&1 &
cd ../../../../
mocha test/e2e/beta/drizzle.spec