Skip to content

Commit df99641

Browse files
Adding an all-emulators target (#6798)
1 parent baa0e11 commit df99641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"test": "npm run lint:quiet && npm run test:compile && npm run mocha",
2828
"test:client-integration": "bash ./scripts/client-integration-tests/run.sh",
2929
"test:compile": "tsc --project tsconfig.compile.json",
30+
"test:all-emulators": "npm run test:emulator && npm run test:extensions-emulator && npm run test:import-export && npm run test:storage-emulator-integration",
3031
"test:emulator": "bash ./scripts/emulator-tests/run.sh",
3132
"test:extensions-deploy": "bash ./scripts/extensions-deploy-tests/run.sh",
3233
"test:extensions-emulator": "bash ./scripts/extensions-emulator-tests/run.sh",

0 commit comments

Comments
 (0)