From 68c21a609b8050271d53fcae0c3b74d8f1d8062c Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Sat, 6 Jul 2019 17:40:28 +0100 Subject: [PATCH] remove app.js test file --- apps/contributor/test/app.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 apps/contributor/test/app.js diff --git a/apps/contributor/test/app.js b/apps/contributor/test/app.js deleted file mode 100644 index 9985ba6..0000000 --- a/apps/contributor/test/app.js +++ /dev/null @@ -1,5 +0,0 @@ -// const Contributor = artifacts.require('Contributor.sol'); - -contract('Contributor', (_accounts) => { - it('should be tested'); -});