Skip to content

Commit f3cbbda

Browse files
committed
Uncomment firestore tests
1 parent b1f78a5 commit f3cbbda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/repositoryReadTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('Repository read', function() {
7777

7878
describe('with options containing a type property with the value of', function() {
7979

80-
var types = ['inmemory', 'mongodb', 'tingodb', 'couchdb', 'redis', 'elasticsearch6', 'dynamodb' /*, 'elasticsearch', 'documentdb', 'azuretable', 'firestore' */];
80+
var types = ['inmemory', 'mongodb', 'tingodb', 'couchdb', 'redis', 'elasticsearch6', 'dynamodb', 'firestore' /*, 'elasticsearch', 'documentdb', 'azuretable' */];
8181

8282
types.forEach(function(type) {
8383

test/repositoryWriteTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe.only('Repository write', function() {
7676

7777
describe('with options containing a type property with the value of', function() {
7878

79-
var types = ['inmemory', 'mongodb', 'tingodb', 'couchdb', 'redis', 'elasticsearch6', 'dynamodb' /*, 'elasticsearch', 'documentdb', 'azuretable', 'firestore'*/];
79+
var types = ['inmemory', 'mongodb', 'tingodb', 'couchdb', 'redis', 'elasticsearch6', 'dynamodb', 'firestore' /*, 'elasticsearch', 'documentdb', 'azuretable' */];
8080

8181
types.forEach(function(type) {
8282

0 commit comments

Comments
 (0)