Guest User

Untitled

a guest
Nov 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const { expect } = require('chai');
  2.  
  3. describe('sample test', function () {
  4. it('should work', function () {
  5. expect(true).to.be.true;
  6. });
  7. });
Add Comment
Please, Sign In to add comment