Skip to content

Commit

Permalink
New chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Aug 4, 2023
1 parent c1952c5 commit cae9b24
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions test/util/test-chunks.txt
Original file line number Diff line number Diff line change
@@ -1,59 +1,60 @@
[
[
"test/protocol/clients/BosonVoucherTest.js",
"test/protocol/ExchangeHandlerTest.js",
"test/protocol/OrchestrationHandlerTest.js",
"test/domain/AuthTokenTest.js"
"test/example/SnapshotGateTest.js",
"test/protocol/FundsHandlerTest.js",
"test/protocol/MetaTransactionsHandlerTest.js"
],
[
"test/protocol/FundsHandlerTest.js",
"test/protocol/ProtocolInitializationHandlerTest.js",
"test/protocol/OrchestrationHandlerTest.js",
"test/protocol/DisputeHandlerTest.js",
"test/protocol/OfferHandlerTest.js",
"test/protocol/clients/BosonVoucherTest.js",
"test/protocol/GroupHandlerTest.js",
"test/protocol/ProtocolInitializationHandlerTest.js"
"test/protocol/clients/BeaconClientProxy.js"
],
[
"test/protocol/SellerHandlerTest.js",
"test/protocol/DisputeResolverHandlerTest.js",
"test/protocol/ProtocolDiamondTest.js",
"test/protocol/OfferHandlerTest.js",
"test/protocol/BundleHandlerTest.js",
"test/protocol/MetaTransactionsHandlerTest.js",
"test/protocol/SellerHandlerTest.js",
"test/protocol/TwinHandlerTest.js",
"test/protocol/BuyerHandlerTest.js",
"test/access/AccessControllerTest.js",
"test/protocol/AgentHandlerTest.js",
"test/domain/ReceiptTest.js"
"test/protocol/ProtocolDiamondTest.js",
"test/protocol/BuyerHandlerTest.js",
"test/protocol/TwinHandlerTest.js",
"test/protocol/AgentHandlerTest.js"
],
[
"test/protocol/ConfigHandlerTest.js",
"test/protocol/PauseHandlerTest.js",
"test/protocol/AccountHandlerTest.js",
"test/protocol/PauseHandlerTest.js",
"test/protocol/clients/ClientExternalAddressesTest.js",
"test/example/SnapshotGateTest.js",
"test/protocol/clients/BeaconClientProxy.js",
"test/domain/VoucherTest.js",
"test/domain/DisputeTest.js",
"test/domain/ConditionTest.js",
"test/domain/AgentTest.js",
"test/domain/TwinReceiptTest.js",
"test/domain/DisputeResolutionTermsTest.js",
"test/domain/SellerTest.js",
"test/domain/RangeTest.js",
"test/domain/OfferTest.js",
"test/domain/DisputeResolverFeeTest.js",
"test/domain/AgentTest.js",
"test/domain/FundsTest.js",
"test/domain/BuyerTest.js",
"test/domain/DisputeResolverTest.js",
"test/domain/BundleTest.js",
"test/domain/OfferDatesTest.js",
"test/domain/VoucherInitValuesTest.js",
"test/domain/DisputeDatesTest.js",
"test/domain/ConditionTest.js",
"test/domain/TwinTest.js",
"test/domain/OfferFeesTest.js",
"test/domain/FundsTest.js",
"test/domain/FacetCutTest.js",
"test/domain/ExchangeTest.js",
"test/domain/FacetTest.js",
"test/domain/BuyerTest.js",
"test/domain/BundleTest.js",
"test/domain/OfferDurationsTest.js",
"test/domain/OfferTest.js",
"test/domain/RangeTest.js",
"test/domain/CollectionTest.js",
"test/domain/ReceiptTest.js",
"test/domain/OfferDatesTest.js",
"test/domain/DisputeResolutionTermsTest.js",
"test/domain/AuthTokenTest.js",
"test/domain/GroupTest.js",
"test/domain/OfferFeesTest.js",
"test/domain/FacetCutTest.js"
"test/domain/VoucherInitValuesTest.js",
"test/domain/VoucherTest.js",
"test/domain/DisputeDatesTest.js",
"test/domain/DisputeTest.js"
]
]

0 comments on commit cae9b24

Please sign in to comment.