This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
TyperLog/test/TyperLog/TyperLog.js
2014-03-06 15:11:01 -06:00

5 lines
146 B
JavaScript

describe("TyperLog.TyperLog", function() {
it("exists", function() {
expect(typeof TyperLog.TyperLog).toEqual("function");
});
});