mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
wip
This commit is contained in:
7
spec/attribute_parser.spec.mjs
Normal file
7
spec/attribute_parser.spec.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import attributeParser from '../../src/public/app/services/search/attribute_parser.js';
|
||||
|
||||
describe("Lexer fulltext", () => {
|
||||
it("simple lexing", () => {
|
||||
console.log("HI!");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user