Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. describe("Solution", function(){
  2. it("should test for something", function(){
  3. Test.assertEquals("4", "4", "This is just an example of how you can write your own TDD tests");
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement