aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/src/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sra-report/src/utils.ts')
-rw-r--r--packages/sra-report/src/utils.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/sra-report/src/utils.ts b/packages/sra-report/src/utils.ts
deleted file mode 100644
index 3a83a7ea0..000000000
--- a/packages/sra-report/src/utils.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import { promisify } from '@0xproject/utils';
-import { NewmanRunSummary, run as newmanRun } from 'newman';
-
-export const utils = {
- newmanRunAsync: promisify<NewmanRunSummary>(newmanRun),
-};