mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-29 16:50:13 +02:00
fix github action
This commit is contained in:
@@ -88,7 +88,7 @@ describe("Github Issues", function(){
|
|||||||
}]);
|
}]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("#486", async function(){
|
if(!build_light && !build_compact) it("#486", async function(){
|
||||||
|
|
||||||
const EnglishPreset = (await import("../src/lang/en.js")).default;
|
const EnglishPreset = (await import("../src/lang/en.js")).default;
|
||||||
const encoder = new Encoder(Charset.LatinDefault, EnglishPreset);
|
const encoder = new Encoder(Charset.LatinDefault, EnglishPreset);
|
||||||
@@ -321,7 +321,7 @@ describe("Github Issues", function(){
|
|||||||
}]);
|
}]);
|
||||||
});
|
});
|
||||||
|
|
||||||
if(!build_light) it("#503", async function(){
|
if(!build_light && !build_compact) it("#503", async function(){
|
||||||
|
|
||||||
const EnglishPreset = (await import("../src/lang/en.js")).default;
|
const EnglishPreset = (await import("../src/lang/en.js")).default;
|
||||||
const DOCS = {
|
const DOCS = {
|
||||||
|
Reference in New Issue
Block a user