There was an error while loading. Please reload this page.
1 parent 6986d4c commit 0378deaCopy full SHA for 0378dea
system-test/datastore.ts
@@ -316,7 +316,7 @@ describe('Datastore', () => {
316
317
describe('multi-db support for read and write operations', () => {
318
const keyHierarchy = ['Post', 'post1'];
319
- it('should run a query with another database', async () => {
+ it.only('should run a query with another database', async () => {
320
// First verify that a record gets written to datastore
321
const postKey = datastore.key(keyHierarchy);
322
await datastore.save({key: postKey, data: post});
0 commit comments