Skip to content

Commit

Permalink
fix: i like foobar more
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Nov 30, 2018
1 parent 7d91a1e commit 94872e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/test-travis/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = 'foobaz';
module.exports = 'foobar';
2 changes: 1 addition & 1 deletion packages/test-travis/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const test = require('.');

it('exports foobar', () => {
expect(test).toBe('foobaz');
expect(test).toBe('foobar');
});

0 comments on commit 94872e6

Please sign in to comment.