Skip to content

Commit

Permalink
test(app, config): re-enable config test, appears to work
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 29, 2021
1 parent 2e21662 commit 7d07d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/e2e/config.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('config', function () {
});

describe('json', function () {
xit('should read firebase.json data', async function () {
it('should read firebase.json data', async function () {
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 7d07d85

Please sign in to comment.