aboutsummaryrefslogtreecommitdiff
path: root/tests/basic.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic.spec.ts')
-rw-r--r--tests/basic.spec.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/basic.spec.ts b/tests/basic.spec.ts
new file mode 100644
index 0000000..ed1a8c7
--- /dev/null
+++ b/tests/basic.spec.ts
@@ -0,0 +1,8 @@
+import { x } from "../src";
+
+describe('Foobar', () => {
+ it ('should do shit', () => {
+ expect(x).toBe(200)
+ })
+})
+