File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 run : |
3131 npm install -g firebase-tools@11.30.0
3232 firebase emulators:exec --project fake-project-id --only auth,database,firestore \
33- 'npx mocha \" test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'
33+ 'npx mocha test/integration/{auth,database,firestore}.spec.ts --slow 5000 --timeout 20000 --require ts-node/register'
Original file line number Diff line number Diff line change 5454 run : |
5555 npm install -g firebase-tools@11.30.0
5656 firebase emulators:exec --project fake-project-id --only auth,database,firestore \
57- 'npx mocha \" test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'
57+ 'npx mocha test/integration/{auth,database,firestore}.spec.ts --slow 5000 --timeout 20000 --require ts-node/register'
5858
5959 - name : Run integration tests
6060 run : ./.github/scripts/run_integration_tests.sh
You can’t perform that action at this time.
0 commit comments