Marty Oehme
d29d92cc0a
Update readme and tmux.session file. Remove unused tests, update option calling.
6 lines
224 B
Lua
6 lines
224 B
Lua
ZK = require 'zettelkasten.init'
|
|
|
|
-- describe("Zettelkasten", function()
|
|
-- it("should create an anchor for the current datetime",
|
|
-- function() assert.same(os.date('%y%m%d%H%M'), ZK.create_anchor()) end)
|
|
-- end)
|