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
Raw Normal View History

2011-06-24 21:11:58 +02:00
describe("empty", function() {
it("will always crash", function() {
OEIWANU
});
});