forked from jasmine/jasmine
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Gregg Van Hove edited this page Dec 9, 2015
·
44 revisions
The Wiki pages are deprecated! Please check jasmine.github.io for documentation.
Jasmine is a behavior-driven development framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
describe("Jasmine", function() {
it("makes testing JavaScript awesome!", function() {
expect(yourCode).toBeLotsBetter();
});
});
What's Here:
- Download
- Release Notes
- Try Jasmine out in your browser
- Jasmine Documentation
- How to use Jasmine with:
- Contributor's Guide
- Related Projects
- Who's Using Jasmine
Discussion: Google Group
Group email: [email protected]
Current Build Status: Jasmine at Pivotal Labs CI
Report bugs at GitHub
Project Backlog: Jasmine on Pivotal Tracker
Twitter: @JasmineBDD
powered by