File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,9 @@ describe("Configuration", () => {
119119 runExamples : true ,
120120 exclude : [ ] ,
121121 parseCompilerOptions : Configuration . defaultCompilerOptions ,
122- examplesCompilerOptions : Configuration . defaultCompilerOptions
122+ examplesCompilerOptions : Configuration . defaultCompilerOptions ,
123+ enableAI : true ,
124+ enableJson : true
123125 } )
124126 } )
125127 const cli = testCliFor ( program )
@@ -154,7 +156,9 @@ describe("Configuration", () => {
154156 runExamples : true ,
155157 exclude : [ ] ,
156158 parseCompilerOptions,
157- examplesCompilerOptions : Configuration . defaultCompilerOptions
159+ examplesCompilerOptions : Configuration . defaultCompilerOptions ,
160+ enableAI : true ,
161+ enableJson : true
158162 } )
159163 } )
160164 const cli = testCliFor ( program )
You can’t perform that action at this time.
0 commit comments