You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test:aws": "PROJECT_KEY=aws concurrently \"npm run start:aws\"\"npm run test:wait-for-frontend && npm run test\" --kill-others --success first",
60
60
"test:firebase": "PROJECT_KEY=firebase concurrently \"npm run start:firebase\"\"npm run test:wait-for-frontend && npm run test\" --kill-others --success first",
61
61
"test:pouchdb": "PROJECT_KEY=pouchdb concurrently \"npm run start:pouchdb\"\"npm run test:wait-for-frontend && npm run test\" --kill-others --success first",
62
-
"test:rxdb-pouchdb": "PROJECT_KEY=rxdb-pouchdb concurrently \"npm run start:rxdb\"\"npm run test:wait-for-frontend && npm run test\" --kill-others --success first",
62
+
"test:rxdb-pouchdb": "PROJECT_KEY=rxdb-pouchdb concurrently \"npm run start:rxdb-pouchdb\"\"npm run test:wait-for-frontend && npm run test\" --kill-others --success first",
63
63
"test:rxdb-lokijs": "PROJECT_KEY=rxdb-lokijs concurrently \"npm run start:rxdb-lokijs\"\"npm run test:wait-for-frontend && npm run test\" --kill-others --success first",
64
64
"test:watermelondb": "PROJECT_KEY=watermelondb concurrently \"npm run start:watermelondb\"\"npm run test:wait-for-frontend && npm run test\" --kill-others --success first"
0 commit comments