UNPKG

103 BPlain TextView Raw
1
2describe(`Test`, () => {
3
4 it('Should', () => {
5 expect(1).toEqual(1);
6 });
7
8});