describe('D3ChartDirective', () => { // CircleCI requires at least one test to be run to show that there are tests // Until this project has some tests, this is a placeholder test that will always be true // Which kind of renders running it on Circle pretty useless here, but still! it('should be true', () => { expect(true).toBe(true); }); });