summary refs log tree commit diff
path: root/test/index.spec.ts
blob: 4fd65e12d3592ddd747ed0e27770bd0b048c7bca (plain)
1
2
3
4
5
6
import Kronikarz from "../dist";

test("basic", () => {
  const k = new Kronikarz(__dirname + "/samples");
  expect(k.getPosts().length).toBe(1);
});