guardian / sbt-jasmine-plugin

An SBT plugin for running jasmine tests in your build.
23 stars 28 forks source link

jQuery requirement #9

Open williscool opened 11 years ago

williscool commented 11 years ago

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