aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/scripts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-16 21:01:46 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-16 21:01:46 +0800
commit7040a01cf2d154e16ab97fe0bfcb9297962eb77a (patch)
tree0b2921ff307b63ea581781a3370e9adc1ffe0c17 /packages/0x.js/scripts
parent6bc0e815e965921e6f3e02bf921ce01d5fad10e2 (diff)
downloaddexon-sol-tools-7040a01cf2d154e16ab97fe0bfcb9297962eb77a.tar
dexon-sol-tools-7040a01cf2d154e16ab97fe0bfcb9297962eb77a.tar.gz
dexon-sol-tools-7040a01cf2d154e16ab97fe0bfcb9297962eb77a.tar.bz2
dexon-sol-tools-7040a01cf2d154e16ab97fe0bfcb9297962eb77a.tar.lz
dexon-sol-tools-7040a01cf2d154e16ab97fe0bfcb9297962eb77a.tar.xz
dexon-sol-tools-7040a01cf2d154e16ab97fe0bfcb9297962eb77a.tar.zst
dexon-sol-tools-7040a01cf2d154e16ab97fe0bfcb9297962eb77a.zip
Remove umd tests
Diffstat (limited to 'packages/0x.js/scripts')
-rwxr-xr-xpackages/0x.js/scripts/test_umd.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/0x.js/scripts/test_umd.sh b/packages/0x.js/scripts/test_umd.sh
deleted file mode 100755
index e3eba088a..000000000
--- a/packages/0x.js/scripts/test_umd.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-# This script runs umd tests and cleans up after them while preserving the `return_code` for CI
-# UMD tests should only be run after building the commonjs because they reuse some of the commonjs build artifacts
-run-s substitute_umd_bundle run_mocha
-return_code=$?
-exit $return_code