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

6 lines
108 B
JavaScript

describe("empty", function() {
it("will always run", function() {
expect(true).toBe(true);
});
});