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 d1734fb commit 0d9146e
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

1 comment on commit 0d9146e

@vercel
Copy link

@vercel vercel bot commented on 0d9146e Apr 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.