diff --git a/test/Typertext/Http/HttpRequest.test.js b/test/Typertext/Http/HttpRequest.test.js index 285de2c..29ff9f9 100644 --- a/test/Typertext/Http/HttpRequest.test.js +++ b/test/Typertext/Http/HttpRequest.test.js @@ -1,5 +1,5 @@ describe("Typertext.Http.HttpRequest", function() { - it("Exists", function() { + it("exists", function() { expect(typeof Typertext.Http.HttpRequest).toBe("function"); }); }); \ No newline at end of file diff --git a/test/Typertext/Json/JsonResponse.test.js b/test/Typertext/Json/JsonResponse.test.js new file mode 100644 index 0000000..f9f93dd --- /dev/null +++ b/test/Typertext/Json/JsonResponse.test.js @@ -0,0 +1,5 @@ +describe("Typertext.Json.JsonResponse", function() { + it("exists", function() { + expect(typeof Typertext.Json.JsonResponse).toBe("function"); + }); +}); \ No newline at end of file