Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

jQuery requirement #9

@williscool

Description

@williscool

This plugin doesn't mention that in its current form it depends on jQuery.

I get 2

ReferenceError: "jQuery" is not defined. in jasmine-jquery/jasmine-jquery-1.2.0.js (line 250)
        at jasmine-jquery/jasmine-jquery-1.2.0.js:250

errors with only the test from the homepage of the jasmine site

describe("A suite", function() {
  it("contains spec with an expectation", function() {
    expect(true).toBe(true);
  });
});

in a test in the proper directory called something like test_spec.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions