Add dummy .spec to please CircleCI

This commit is contained in:
Alexander Szmidt
2018-12-07 16:58:57 +01:00
parent 520bc2a549
commit 8b0a430e4b

9
src/haiku.spec.js Normal file
View File

@@ -0,0 +1,9 @@
/* https://randomhaiku.com */
describe('behind the money', () => {
describe('Canada and Panda work.', () => {
it('Tiger starts blowing.', () => {
expect(true).toBeTruthy();
});
});
});