Skip to content

Commit cefe93d

Browse files
Merge pull request #81 from TransactionProcessing/task/settlementupdatesforsettlement
Update projections for new settlement events
2 parents 47b68d8 + cc9133e commit cefe93d

19 files changed

Lines changed: 309 additions & 1961 deletions

EventStoreProjections/EventStoreProjections.Tests.njsproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
<SubType>Code</SubType>
3737
</Content>
3838
<Content Include="libman.json" />
39-
<Content Include="tests\CallbackHandlerEnricherTests.js">
39+
<Compile Include="tests\CallbackHandlerEnricherTests.js">
4040
<SubType>Code</SubType>
41-
</Content>
41+
<TestFramework>mocha</TestFramework>
42+
<Publish>True</Publish>
43+
</Compile>
4244
<Content Include="package.json" />
4345
<Content Include="tests\EstateAggregatorTests.js" />
4446
<Content Include="tests\EstateManagementSubscriptionStreamBuilderTests.js" />

EventStoreProjections/npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
always-auth=true
2+
@transactionprocessing:registry=https://www.myget.org/F/transactionprocessingnpm/npm/

0 commit comments

Comments
 (0)