Skip to content

Instantly share code, notes, and snippets.

@zekenie
Created July 30, 2017 12:57
Show Gist options
  • Save zekenie/6f3c1e969483042aca9092f4859b6542 to your computer and use it in GitHub Desktop.
Save zekenie/6f3c1e969483042aca9092f4859b6542 to your computer and use it in GitHub Desktop.
describe('foo', () => {
it('foos', () => {
expect(module).toEqual('foo');
})
})
console.log('foo')
module.exports = '33333333'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment