mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
import attributeParser from '../../src/public/app/services/search/attribute_parser.js';
|
|
|
|
describe("Lexer fulltext", () => {
|
|
it("simple lexing", () => {
|
|
console.log("HI!");
|
|
});
|
|
});
|