UNPKG

124 BPlain TextView Raw
1import { expect } from 'chai';
2
3describe('tests', () => {
4 it('succeeds', () => {
5 expect(123).to.equal(123);
6 });
7});