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

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