refactor: Add a few lint rules to test files in /spec (#9815)
This commit is contained in:
@@ -8,7 +8,7 @@ describe('Utils', () => {
|
||||
]
|
||||
for (const value of values) {
|
||||
expect(Utils.encodeForUrl(value.input)).toBe(value.output);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user