grunt-contrib-jasmine/test/fixtures/externalVendor/spec/test-spec.js

8 lines
146 B
JavaScript
Raw Normal View History

describe("external vendor test", function() {
it("should have pulled in jQuery", function() {
expect($.fn.jquery).toBeTruthy();
});
});