mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-18 00:03:23 +02:00
refactor: upgrade icon strings to structured objects
This commit is contained in:
@@ -41,7 +41,8 @@ describe('Data Module', () => {
|
||||
expect(app.name).toBeTruthy();
|
||||
expect(app.description).toBeTruthy();
|
||||
expect(app.category).toBeTruthy();
|
||||
expect(app.iconUrl).toBeTruthy();
|
||||
expect(app.icon).toBeDefined();
|
||||
expect(app.icon.type).toBeTruthy();
|
||||
expect(app.targets).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user