mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Adressing comments
This commit is contained in:
@@ -7,9 +7,9 @@ import {JSDOM} from 'jsdom';
|
||||
|
||||
describe('localization', function() {
|
||||
let instance: i18n;
|
||||
before(() => {
|
||||
before(async () => {
|
||||
instance = i18next.createInstance();
|
||||
void instance.init({
|
||||
await instance.init({
|
||||
lng: 'en',
|
||||
resources: {
|
||||
en: {
|
||||
|
||||
Reference in New Issue
Block a user