mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Add showStackTrace CLI variable
This commit is contained in:
@@ -22,6 +22,7 @@ describe('A Solid server', (): void => {
|
||||
getTestConfigPath('server-memory.json'),
|
||||
{
|
||||
'urn:solid-server:default:variable:baseUrl': baseUrl,
|
||||
'urn:solid-server:default:variable:showStackTrace': true,
|
||||
'urn:solid-server:default:variable:idpTemplateFolder': '',
|
||||
},
|
||||
) as Record<string, any>;
|
||||
|
||||
Reference in New Issue
Block a user