Skip to content

Bump json5 from 1.0.1 to 1.0.2 #162

Bump json5 from 1.0.1 to 1.0.2

Bump json5 from 1.0.1 to 1.0.2 #162

Workflow file for this run

# name: Emulator Suite Tests
# on: [push, pull_request]
# jobs:
# emulators_test:
# name: Run all tests using firebase emulators
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: "12"
# - name: Install Firebase Emulator Suite
# run: npm install -g firebase-tools
# - name: Install Dependencies
# run: npm install
# working-directory: functions
# - name: Run all the tests
# working-directory: functions
# run: firebase emulators:exec 'npm test'