Skip to content

Commit 307a5d8

Browse files
committed
Revert commented out line
1 parent 8b3f875 commit 307a5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function mockFacebook() {
192192
function clearData() {
193193
var promises = [];
194194
for (var conn in DatabaseAdapter.dbConnections) {
195-
// promises.push(DatabaseAdapter.dbConnections[conn].deleteEverything());
195+
promises.push(DatabaseAdapter.dbConnections[conn].deleteEverything());
196196
}
197197
return Promise.all(promises);
198198
}

0 commit comments

Comments
 (0)