Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const {expect} = require('chai');
  2.  
  3. describe('test', function(){
  4. describe('first group', function(){
  5. if ('test', function(){
  6. expect (0 === 0).to.be.true;
  7. });
  8. });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement