mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-14 17:48:58 +08:00
* mock auth globally for tests * remove unused method * remove unused dep * fix imports in integration scripts
9 lines
230 B
Bash
Executable File
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 |