Spell check: Restore english region support

This commit is contained in:
Scott Nonnenberg
2022-07-15 15:37:19 -07:00
committed by GitHub
parent 3cd77b0d53
commit 1bb91758e6
5 changed files with 60 additions and 35 deletions

View File

@@ -202,6 +202,9 @@ describe('createTemplate', () => {
error(arg: unknown) {
throw new Error(String(arg));
},
warn(arg: unknown) {
throw new Error(String(arg));
},
},
});