Advertisement
andreterceiro

Untitled

Oct 18th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var assert = require("assert")
  2.  
  3. describe("hello", function() {
  4.     it("world", function() {
  5.         assert.equal(1,1)
  6.     })
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement