This repository has been archived on 2022-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
jasmine-junit-runner/src/test/javascript/specs/doesNotLoadEnvJSSpec.js

6 lines
130 B
JavaScript

describe("EnvJS", function() {
it("is not loaded", function() {
expect(typeof(window)).toBe('undefined');
});
});