@fanai/firestore-utils
Version:
CLI for import/export of firestore database
14 lines (8 loc) • 687 B
JavaScript
// const initializeApp = require('../initializeApp');
describe('Initialization of application with Firebase', () => {
it('should read in a file synchronously when a serviceAccountConfig parameter is provided', () => {});
it('should exit and log an error message when the file cannot be read', () => {});
it("should parse the file's contents after successfully being read in using JSON.parse", () => {});
it("should parse the file's contents after successfully being read in using JSON.parse and exit when the contents of the file are not valid JSON", () => {});
it('should use environmental variables when a serviceAccountConfig parameter is not provided', () => {});
});