We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bf1ec commit ef4759cCopy full SHA for ef4759c
packages/app/e2e/config.e2e.js
@@ -26,7 +26,7 @@ describe('config', function () {
26
});
27
28
describe('json', function () {
29
- xit('should read firebase.json data', async function () {
+ it('should read firebase.json data', async function () {
30
const jsonData = await NativeModules.RNFBAppModule.jsonGetAll();
31
jsonData.rnfirebase_json_testing_string.should.equal('abc');
32
jsonData.rnfirebase_json_testing_boolean_false.should.equal(false);
0 commit comments