Skip to content

Commit 2996534

Browse files
committed
fix: Missed a test configuration update
1 parent c015fd9 commit 2996534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/renderer.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ describe('Renderer', function() {
6565
module: ModuleKind.CommonJS,
6666
gaSite: 'foo.com', // verify theme option without modifying output
6767
name: 'typedoc',
68-
ignoreCompilerErrors: true
68+
ignoreCompilerErrors: true,
69+
disableSources: true
6970
});
7071
});
7172

0 commit comments

Comments
 (0)