Spell check: Restore english region support
This commit is contained in:
parent
3cd77b0d53
commit
1bb91758e6
5 changed files with 60 additions and 35 deletions
|
@ -202,6 +202,9 @@ describe('createTemplate', () => {
|
|||
error(arg: unknown) {
|
||||
throw new Error(String(arg));
|
||||
},
|
||||
warn(arg: unknown) {
|
||||
throw new Error(String(arg));
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue