fix: handle empty env for app resources

This commit is contained in:
Igor Randjelovic
2021-03-02 18:49:51 +01:00
committed by Nathan Walker
parent 84fdc11a8d
commit d3e51bbd33
10 changed files with 53 additions and 123 deletions

View File

@ -14,7 +14,7 @@ jest.mock(
{ virtual: true }
);
describe.only('angular configuration', () => {
describe('angular configuration', () => {
const platforms = ['ios', 'android'];
for (let platform of platforms) {