TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Sharing you JavaScript Ninja secrets: Run your jasmine tests on jsFiddle

1 pointsby opensasalmost 12 years ago
JsFiddle is a great tool to show bits of JavaScript code in action. And Jasmine is a test-driven-development for testing JavaScript code, that comes with a clean, obvious syntax so that you can easily write tests. Together they make a great learning tool, letting you share well documented pieces of js code online, without forcing your users to go thru the hassle of setting up libraries or anything like that, just an internet connection and a browser will be more than enough. In this artitle we will see how to configure them to work together, so that you can share your Jasmine test on jsFiddle.

no comments

no comments