Skip to content

Commit 595a87f

Browse files
committed
Fix syntax error in test
1 parent d5ccaa3 commit 595a87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const dicomMicroscopyViewer = require('../build/dicom-microscopy-viewer.js');
99

1010
describe('dicomMicroscopyViewer.api.VLWholeSlideMicroscopyImageViewer', ()=> {
1111

12-
const viewer;
12+
var viewer;
1313
const properties = {};
1414
const ellipse = new dicomMicroscopyViewer.scoord3d.Ellipse({
1515
coordinates: [

0 commit comments

Comments
 (0)