Skip to content

Move FCM Integration Test off test flows #3287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 26, 2020
Merged
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
4 changes: 4 additions & 0 deletions .changeset/firebsae-messaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Update testing policy. Since this is neither a major nor minor update use an empty changeset.
3 changes: 2 additions & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build": "rollup -c",
"build:deps": "lerna run --scope @firebase/'{app,messaging}' --include-dependencies build",
"dev": "rollup -c -w",
"test": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test",
"test": "run-p test:karma type-check lint ",
"test:integration": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test",
"test:ci": "node ../../scripts/run_tests_in_ci.js",
"test:karma": "karma start --single-run",
"test:debug": "karma start --browsers=Chrome --auto-watch",
Expand Down