Add dummy .spec to please CircleCI
This commit is contained in:
9
src/haiku.spec.js
Normal file
9
src/haiku.spec.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/* https://randomhaiku.com */
|
||||
|
||||
describe('behind the money', () => {
|
||||
describe('Canada and Panda work.', () => {
|
||||
it('Tiger starts blowing.', () => {
|
||||
expect(true).toBeTruthy();
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user