summaryrefslogtreecommitdiff
path: root/tests/basic.spec.ts
blob: ed1a8c70a1b4f60261ecbd8d8341ece5532a0559 (plain) (blame)
1
2
3
4
5
6
7
8
import { x } from "../src";

describe('Foobar', () => {
  it ('should do shit', () => {
    expect(x).toBe(200)
  })
})