diff --git a/test/app.spec.js b/test/app.spec.js
new file mode 100644
index 0000000000000000000000000000000000000000..019e3fa032f7b89dcec2c4d8e8e7fc3b4d4111c5
--- /dev/null
+++ b/test/app.spec.js
@@ -0,0 +1,5 @@
+import { expect } from 'chai'
+
+it('says hello world', function () {
+  expect(1 + 5).to.eql(6)
+})