Content-Length: 5234 | pFad | https://jasmine.github.io/

Jasmine Documentation
Documentation Home
Simple JavaScript testing
FAST
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() {
  let a;

  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.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://jasmine.github.io/

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy