Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Node-1st-gen/quickstarts/uppercase-rtdb/functions/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck
// Disable strict type-checking on this legacy JavaScript file against Admin SDK v14 modular definitions when evaluated under monorepo root tsc checkJs.
/**
* Copyright 2016 Google Inc. All Rights Reserved.
*
Expand Down
14 changes: 5 additions & 9 deletions Node-1st-gen/quickstarts/uppercase-rtdb/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@
"firebase-functions": "7.2.5"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"chai": "^6.2.2",
"chai-as-promised": "^8.0.2",
"firebase-functions-test": "3.5.0",
"mocha": "^11.7.6",
"sinon": "^22.0.0"
"jest": "^30.4.2"
},
"scripts": {
"ci-test": "npm install && npm run test",
"test": "npm run test-offline",
"test-online": "mocha --reporter spec test/test.online.js --exit",
"test-offline": "mocha --reporter spec test/test.offline.js --exit",
"test": "NODE_OPTIONS=--experimental-vm-modules jest test/test.offline.test.js",
"test-online": "NODE_OPTIONS=--experimental-vm-modules jest test/test.online.test.js",
"test-offline": "NODE_OPTIONS=--experimental-vm-modules jest test/test.offline.test.js",
"serve": "firebase emulators:start --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
Expand All @@ -31,4 +27,4 @@
"node": "22"
},
"private": true
}
}
Loading
Loading