diff --git a/tests/prova.test.js b/tests/prova.test.js new file mode 100644 index 0000000..e17d3d9 --- /dev/null +++ b/tests/prova.test.js @@ -0,0 +1,7 @@ +describe('with some foo', () => { + it('should do some bar', () => {}); + it('should do another different bar', () => {}); +}); + +// a comment +// another comment