testci
This commit is contained in:
parent
f022277340
commit
adf86d6534
|
@ -7,7 +7,7 @@ export const dictionaryFilename = "dictionary";
|
||||||
export const dictionaryInfoFilename = "dictionary-info";
|
export const dictionaryInfoFilename = "dictionary-info";
|
||||||
// const hunspellAffFileFilename = "ps_AFF.aff";
|
// const hunspellAffFileFilename = "ps_AFF.aff";
|
||||||
// const hunspellDicFileFilename = "ps_AFF.dic";
|
// const hunspellDicFileFilename = "ps_AFF.dic";
|
||||||
const allWordsJsonFilename = "all-words-dictionary.json";
|
// const allWordsJsonFilename = "all-words-dictionary.json";
|
||||||
const url = `${baseUrl}${dictionaryFilename}`;
|
const url = `${baseUrl}${dictionaryFilename}`;
|
||||||
const infoUrl = `${baseUrl}${dictionaryInfoFilename}`;
|
const infoUrl = `${baseUrl}${dictionaryInfoFilename}`;
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@ export function makeDictionaryObject(
|
||||||
): T.Dictionary {
|
): T.Dictionary {
|
||||||
return {
|
return {
|
||||||
info: {
|
info: {
|
||||||
|
// @ts-ignore
|
||||||
|
testVal: true,
|
||||||
title,
|
title,
|
||||||
license,
|
license,
|
||||||
url,
|
url,
|
||||||
|
|
Loading…
Reference in New Issue