-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Home
Gregg Van Hove edited this page Nov 6, 2016
·
45 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
- 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