mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
refactoring of es6 test skeleton
This commit is contained in:
10
spec-es6/attribute_parser.spec.js
Normal file
10
spec-es6/attribute_parser.spec.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import attributeParser from '../src/public/app/services/attribute_parser.js';
|
||||
import {describe, it, expect, execute} from './mini_test.js';
|
||||
|
||||
describe("Lexer fulltext", () => {
|
||||
it("simple label", () => {
|
||||
expect(attributeParser.lexer("#label")).toEqual(["#label"]);
|
||||
});
|
||||
});
|
||||
|
||||
execute();
|
||||
Reference in New Issue
Block a user