about summary refs log tree commit diff
path: root/test/build.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/build.js')
-rw-r--r--test/build.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/build.js b/test/build.js
new file mode 100644
index 0000000..c5b6e8c
--- /dev/null
+++ b/test/build.js
@@ -0,0 +1,5 @@
+import Kronikarz from 'kronikarz';
+
+const k = new Kronikarz('../wpisy');
+
+k.generateApi('../api');