UNPKG

104 BJavaScriptView Raw
1describe('bootstrapper', () => {
2 it('should exist', () => {
3 expect(true).toBe(true);
4 });
5});