deno.land / x / chai@v4.3.6 / test / globalShould.js

globalShould.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
describe('global should', function () { it('works', function () { var theGlobal = typeof window !== 'undefined' ? window : global;
theGlobal.globalShould = chai.should();
try { globalShould.not.exist(undefined); } finally { delete theGlobal.globalShould; } });});
chai

Version Info

Tagged at
2 years ago

External Dependencies

No external dependencies 🎉