2020-10-29 18:00:23 +00:00
|
|
|
ZK = require 'zettelkasten.init'
|
2020-10-29 17:17:00 +00:00
|
|
|
|
|
|
|
describe("Zettelkasten", function()
|
2020-10-31 10:01:53 +00:00
|
|
|
it("should create an anchor for the current datetime",
|
|
|
|
function() assert.same(os.date('%y%m%d%H%M'), ZK.create_anchor()) end)
|
2020-10-29 17:17:00 +00:00
|
|
|
|
|
|
|
end)
|