mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-24 06:33:51 +02:00
minor refactoring, dedupe default on
This commit is contained in:
@@ -10,7 +10,7 @@ const build_compact = env && env.includes(".compact");
|
||||
const build_esm = !env || env.startsWith("module");
|
||||
const Charset = _Charset || (await import("../src/charset.js")).default;
|
||||
|
||||
describe("Caching", function(){
|
||||
if(!build_light) describe("Caching", function(){
|
||||
|
||||
it("Should have been cached and sorted by popularity/latest", function(){
|
||||
|
||||
|
Reference in New Issue
Block a user