From 59659a92b63a19f7d7e9c2e166fbb79e81b95f73 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 12 Apr 2022 13:03:43 +0100 Subject: [PATCH] Rm test/index.ts --- solidity/core/test/index.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 solidity/core/test/index.ts diff --git a/solidity/core/test/index.ts b/solidity/core/test/index.ts deleted file mode 100644 index 75510aec7..000000000 --- a/solidity/core/test/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { AbacusDeployment } from './lib/AbacusDeployment';