8000 Fixing tests in v17 · plotly/angular-plotly.js@dc091e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc091e8

Browse files
committed
Fixing tests in v17
1 parent e5298c0 commit dc091e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
7-
"start": "ng serve",
7+
"start": "ng serve demo_app",
88
"build": "ng build",
99
"test": "ng test",
1010
"lint": "ng lint"

projects/plotly/src/test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
22

3-
import 'zone.js/dist/zone';
4-
import 'zone.js/dist/zone-testing';
3+
import 'zone.js';
54
import { getTestBed } from '@angular/core/testing';
65
import {
76
BrowserDynamicTestingModule,

0 commit comments

Comments
 (0)
0