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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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));
},
},
});