mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
lint: Fix tests that can be fixed with the eslint --fix flag
This commit is contained in:
@@ -11,7 +11,7 @@ describe('Build Manifest', () => {
|
||||
});
|
||||
|
||||
it('throws an error in case the page does not exist', () => {
|
||||
let getManifestFilesFn = () => { getManifestFiles('strange name here') };
|
||||
let getManifestFilesFn = () => { getManifestFiles('strange name here'); };
|
||||
expect(getManifestFilesFn).to.throw(Error);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user