repo: janusweb action: commit revision: path_from: revision_from: c33c3d5ace557b455d8f4fd05e76946f612efd7d: path_to: revision_to:
commit c33c3d5ace557b455d8f4fd05e76946f612efd7d Author: James BaicoianuDate: Mon May 30 13:31:30 2016 -0700 test fix diff --git a/tests/janusweb.test.js b/tests/janusweb.test.js
--- a/tests/janusweb.test.js
+++ b/tests/janusweb.test.js
@@ -7,7 +7,7 @@ describe("JanusWeb", function() {
it('succeeds at running at least one test', function(done) {
expect(true).toBeTrue();
done();
- }
+ });
/*
it("should initialize client", function(done) {
try {
-----END OF PAGE-----