We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f6206 commit 70a2b9cCopy full SHA for 70a2b9c
projects/plotly/src/lib/plotly-via-cdn.module.spec.ts
@@ -4,7 +4,7 @@ import { PlotlyViaCDNModule } from './plotly-via-cdn.module';
4
import { PlotlyService } from './plotly.service';
5
6
describe('PlotlyViaCDNModule', () => {
7
- let plotlyServiceCache: any = {};
+ const plotlyServiceCache: any = {};
8
9
beforeEach(() => {
10
plotlyServiceCache.moduleName = (PlotlyService as any).moduleName;
0 commit comments