Update styles to latest unicorn 🦄 and prettier 🦋

This commit is contained in:
Webber
2020-05-01 16:52:08 +02:00
committed by Webber Takken
parent afef854ea0
commit 98a1b078fc
12 changed files with 29 additions and 31 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ describe('Index', () => {
'Platform',
'Project',
'Unity',
])('exports %s', exportedModule => {
])('exports %s', (exportedModule) => {
expect(Index[exportedModule]).toBeEitherAFunctionOrAnObject();
});
});