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/crashingSpec.js

6 lines
93 B
JavaScript

describe("empty", function() {
it("will always crash", function() {
OEIWANU
});
});