mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
renamed noteCache into becca
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
const {note} = require('./note_cache_mocking.js');
|
||||
const ValueExtractor = require('../../src/services/search/value_extractor.js');
|
||||
const noteCache = require('../../src/services/note_cache/note_cache.js');
|
||||
const becca = require('../../src/services/note_cache/note_cache.js');
|
||||
const SearchContext = require("../../src/services/search/search_context.js");
|
||||
|
||||
const dsc = new SearchContext();
|
||||
|
||||
describe("Value extractor", () => {
|
||||
beforeEach(() => {
|
||||
noteCache.reset();
|
||||
becca.reset();
|
||||
});
|
||||
|
||||
it("simple title extraction", async () => {
|
||||
|
||||
Reference in New Issue
Block a user