Skip to content

Commit f45cf3d

Browse files
committed
Add test all script
1 parent 9521336 commit f45cf3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "nx run-many -t clean --exclude=root",
77
"lint": "nx run-many -t lint --exclude=root",
8+
"test": "nx run-many -t test --exclude=root",
89
"export:local": "firebase emulators:export data/local --project demo-local --only firestore",
910
"start-and-export:test": "firebase emulators:exec 'npm run watch:local' --project demo-local --ui --config firebase.local.json --import data/test --export-on-exit data/test",
1011
"test:e2e:create": "WAIT_ON_INTERVAL=30000 start-server-and-test start-and-export:test '5000|http://localhost:4000/firestore' 'npm run test:create --prefix=e2e-tests'",

0 commit comments

Comments
 (0)