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.

Javascript Unit Test Environment (JUTE) Now Open

3 pointsby jeffremeralmost 14 years ago

2 comments

mirrorskinalmost 14 years ago
Hmm, is there a way to also do async tests?<p>Still seems to be a bit much code to write for a single test compared to other testing frameworks (e.g. nodeunit on the server side or QUnit for client scripts).<p>The code coverage check is a nice feature - are there any other testing frameworks around supporting this?
jeffremeralmost 14 years ago
It was nice/smart of Yahoo! to not limit JUTE's capabilities to testing YUI3 code. Jasmine is my go to JavaScript BDD/testing framework, but JUTE looks like an impressive set of tools. Bonus that it's built off of Node.js and supports testing server-side JavaScript too.