diff --git a/src/haiku.spec.js b/src/haiku.spec.js new file mode 100644 index 0000000..2939306 --- /dev/null +++ b/src/haiku.spec.js @@ -0,0 +1,9 @@ +/* https://randomhaiku.com */ + +describe('behind the money', () => { + describe('Canada and Panda work.', () => { + it('Tiger starts blowing.', () => { + expect(true).toBeTruthy(); + }); + }); +});