Skip to content

Commit ef4759c

Browse files
committed
test(app, config): re-enable config test, appears to work
1 parent 36bf1ec commit ef4759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/e2e/config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('config', function () {
2626
});
2727

2828
describe('json', function () {
29-
xit('should read firebase.json data', async function () {
29+
it('should read firebase.json data', async function () {
3030
const jsonData = await NativeModules.RNFBAppModule.jsonGetAll();
3131
jsonData.rnfirebase_json_testing_string.should.equal('abc');
3232
jsonData.rnfirebase_json_testing_boolean_false.should.equal(false);

0 commit comments

Comments
 (0)