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.
Typertext/test/Typertext/Json/JsonResponse.test.js

5 lines
163 B
JavaScript

describe("Typertext.Json.JsonResponse", function() {
it("exists", function() {
expect(typeof Typertext.Json.JsonResponse).toBe("function");
});
});