Files
Bryan Kendall 03050eac3e mock auth globally for tests (#2805)
* mock auth globally for tests

* remove unused method

* remove unused dep

* fix imports in integration scripts
2020-11-11 11:05:52 -08:00

9 lines
230 B
Bash
Executable File

#!/bin/bash
source scripts/set-default-credentials.sh
mocha \
--require ts-node/register \
--require source-map-support/register \
--require src/test/helpers/mocha-bootstrap.ts \
scripts/client-integration-tests/tests.ts