diff --git a/lib/example.spec.js b/lib/example.spec.js index 3a4ed78..0833a8c 100644 --- a/lib/example.spec.js +++ b/lib/example.spec.js @@ -6,4 +6,4 @@ describe('foo', () => { it('adds 5', () => { expect(e.foo(5)).toEqual(10) }) -}) \ No newline at end of file +}) diff --git a/tests2/other-tests.js b/tests2/other-tests.js index 7b017dc..60acda8 100644 --- a/tests2/other-tests.js +++ b/tests2/other-tests.js @@ -2,7 +2,9 @@ require('jest'); describe('bar', () => { it('always is true', () => { - console.log("JEST") + console.error("1 JEST") + console.error("2 JEST") + console.error("3 JEST") expect(1).toEqual(1) }) -}) \ No newline at end of file +})