Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
tests: update test project (invertase#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Jun 22, 2020
1 parent 1c69d29 commit 7e0fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/config.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('config', () => {
});

describe('json', () => {
it('should read firebase.json data', async () => {
xit('should read firebase.json data', async () => {
const jsonData = await NativeModules.RNFBAppModule.jsonGetAll();
jsonData.rnfirebase_json_testing_string.should.equal('abc');
jsonData.rnfirebase_json_testing_boolean_false.should.equal(false);
Expand Down

0 comments on commit 7e0fa45

Please sign in to comment.