mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08: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!");
|
|
});
|
|
});
|