mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Align EJS engine with Handlebars.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
19624dc729
commit
9628fe98b8
@@ -35,7 +35,7 @@ describe('An InitialInteractionHandler', (): void => {
|
||||
expect(map.test.handleSafe).toHaveBeenCalledTimes(1);
|
||||
expect(map.test.handleSafe).toHaveBeenLastCalledWith({
|
||||
response,
|
||||
props: {
|
||||
contents: {
|
||||
errorMessage: '',
|
||||
prefilled: {},
|
||||
},
|
||||
@@ -51,7 +51,7 @@ describe('An InitialInteractionHandler', (): void => {
|
||||
expect(map.test.handleSafe).toHaveBeenCalledTimes(0);
|
||||
expect(map.default.handleSafe).toHaveBeenLastCalledWith({
|
||||
response,
|
||||
props: {
|
||||
contents: {
|
||||
errorMessage: '',
|
||||
prefilled: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user