Sukanya Pandey | 5ee04ef | 2020-03-19 10:23:23 +0530 | [diff] [blame^] | 1 | var chai = require('chai'); |
2 | var sinonChai = require('sinon-chai'); | ||||
3 | |||||
4 | chai.use(sinonChai); | ||||
5 | |||||
6 | require('jsdom-global')('', { | ||||
7 | url: 'http://localhost' | ||||
8 | }); | ||||
9 | |||||
10 | global.expect = require('chai').expect; | ||||
11 | global.sinon = require('sinon'); |