chore(): order module index and some impl details (#13462)
* order module fixes * order module fixes * fixes * revert big number * Create wet-wombats-rule.md
This commit is contained in:
@@ -196,9 +196,7 @@ moduleIntegrationTestRunner<IOrderModuleService>({
|
||||
it("should create an order, shipping method and items. Including taxes and adjustments associated with them", async function () {
|
||||
const createdOrder = await service.createOrders(input)
|
||||
|
||||
const serializedOrder = JSON.parse(JSON.stringify(createdOrder))
|
||||
|
||||
expect(serializedOrder).toEqual(expectation)
|
||||
expect(createdOrder).toEqual(expectation)
|
||||
})
|
||||
|
||||
it("should create an order, shipping method and items. Including taxes and adjustments associated with them and add new transactions", async function () {
|
||||
|
||||
Reference in New Issue
Block a user