From daa6fc695890085c23851ddb07f313adcd47a50a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 15 Apr 2014 01:12:18 +0200 Subject: Add jasmine support --- test_spec.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test_spec.js (limited to 'test_spec.js') diff --git a/test_spec.js b/test_spec.js new file mode 100644 index 00000000..b7ac4cf5 --- /dev/null +++ b/test_spec.js @@ -0,0 +1,5 @@ +describe("A suite", function() { + it("contains spec with an expectation", function() { + expect(true).toBe(true); + }); +}); -- cgit v1.2.3