Skip to content

Commit

Permalink
Fix repl.it in old blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Jan 30, 2017
1 parent e7c7e16 commit d236e41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blog/2016-12-15-2016-in-jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ I'd like to deeply thank all the people that have [contributed to Jest this year

Amjad Massad [built a Jest container](https://repl.it/languages/jest) so you can now try out Jest directly in the browser. You can use it from now on when creating GitHub issues which should help troubleshoot problems more quickly. Amjad and Haya are building [repl.it](http://repl.it/) to democratize programming by building powerful yet simple tools and platforms for educators, learners, and developers. They are also [hiring talented engineers](https://repl.it/site/jobs)!

<iframe class="jest-repl" src="https://repl.it/languages/jest?lite=true"></iframe>
<div class="jest-repl">
<iframe src="https://repl.it/languages/jest?lite=true"></iframe>
</div>

## Community Update

Expand Down

0 comments on commit d236e41

Please sign in to comment.