From bd09f01d7e228aac451f291095b4e499c8d74097 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby <whymarrh.whitby@gmail.com> Date: Mon, 24 Sep 2018 17:32:00 -0230 Subject: eslintignore: Add test coverage dir to eslintignore --- .eslintignore | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index 6c7f99f40..15c9c29a0 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,6 +3,7 @@ dist/** builds/** test-builds/** docs/** +coverage/ development/bundle.js development/states.js -- cgit From ccab4ee1a408d93f38765e9b6ef3dc33a18befa9 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri <bruno.barbieri@consensys.net> Date: Wed, 10 Oct 2018 01:12:43 -0400 Subject: tests - integration - Add Drizzle tests (#5467) * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json --- .eslintignore | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index 15c9c29a0..70f23dafd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -20,3 +20,4 @@ test/integration/bundle.js test/integration/jquery-3.1.0.min.js test/integration/helpers.js test/integration/lib/first-time.js + -- cgit