mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-25 17:58:33 +02:00
Include Handlebars.Net.Helpers project (#456)
* wip * h 100 * rename * csproj
This commit is contained in:
@@ -24,7 +24,7 @@ namespace WireMock.Transformers
|
||||
{
|
||||
var handlebars = Handlebars.Create(HandlebarsConfiguration);
|
||||
|
||||
HandlebarsHelpers.Register(handlebars, _fileSystemHandler);
|
||||
WireMockHandlebarsHelpers.Register(handlebars, _fileSystemHandler);
|
||||
|
||||
_action?.Invoke(handlebars, _fileSystemHandler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user