deno.land / x / chai@v4.3.6 / test / esm.mjs

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import {expect, should} from 'chai';import chai from 'chai';import 'chai/register-assert.js';should()
it('expect and should are ESM named exports and chai is a default export', () => { expect(4).to.equal(4); "s".should.equal("s"); chai.expect(4).to.equal(4); assert.equal(4, 4);})
chai

Version Info

Tagged at
2 years ago

External Dependencies