Open williscool opened 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
test_spec.js
This plugin doesn't mention that in its current form it depends on jQuery.
I get 2
errors with only the test from the homepage of the jasmine site
in a test in the proper directory called something like
test_spec.js