mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
const searchService = require('../src/services/search/search');
|
|
|
|
describe("Search", () => {
|
|
it("fulltext parser without content", () => {
|
|
// searchService.
|
|
});
|
|
});
|