UNPKG

firestore-vitest

Version:

Vitest helper for mocking Google Cloud Firestore

13 lines 155 B
sudo: false language: node_js node_js: - '10' cache: directories: - node_modules before_install: - npm update install: - npm install script: - npm test