Last eslint tweak (#18198)

* Should be there now

* Format
This commit is contained in:
Rijk van Zanten
2023-04-14 17:40:50 -04:00
committed by GitHub
parent 37658802b7
commit c48309ab68
293 changed files with 1627 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ describe('#registerLocation', () => {
describe('#location', () => {
test(`Throws error if location is used that wasn't registered`, () => {
const manager = new StorageManager();
expect(() => manager.location('missing')).toThrowErrorMatchingInlineSnapshot(
'"Location \\"missing\\" doesn\'t exist."'
);