Skip to content

call onCameraChanged only when map finished loading (#111) #334

call onCameraChanged only when map finished loading (#111)

call onCameraChanged only when map finished loading (#111) #334

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run Jest tests
run: npm run testFinal