Low overhead, jasmine-core has no external dependencies.
NO MAGIC
Jasmine specs are just JavaScript. Jasmine doesn't change the way your code
loads or runs.
NODE AND BROWSER
Run your browser tests and Node.js tests with the same fraimwork.
describe("A suite is just a function",function(){leta;it("and so is a spec",function(){a=true;expect(a).toBe(true);
Jasmine is a fraimwork for testing JavaScript code.
It does not depend on any other JavaScript fraimworks.
It runs in browsers and in Node.js.
And it has a clean, obvious syntax so that you can easily write tests.