AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

Correct the usage of getConfiguration('autolispext') by modify the extensionDevelopmentPath

Open nigma456 opened this issue 4 years ago • 0 comments

Objective

Update to use the correct extensionDevelopmentPath and remove mock method

Abstractions

In our lisp extension test we have wrongly set the extensionDevelopmentPath in runTest.ts so that it will fail to read the configuration('autolispext') and we have to use a workround of mock method for formatter.test.ts

In this subimission I corrected the extensionDevelopmentPath and removed the mock method

Tests performed

Passed local and CI test

Screen shot

nigma456 avatar May 06 '21 01:05 nigma456