mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
fix: handle empty env for app resources
This commit is contained in:

committed by
Nathan Walker

parent
84fdc11a8d
commit
d3e51bbd33
@ -14,7 +14,7 @@ jest.mock(
|
||||
{ virtual: true }
|
||||
);
|
||||
|
||||
describe.only('angular configuration', () => {
|
||||
describe('angular configuration', () => {
|
||||
const platforms = ['ios', 'android'];
|
||||
|
||||
for (let platform of platforms) {
|
||||
|
Reference in New Issue
Block a user