fix: bust cache builds (#6847)
* chore: test cache build * test turbo * chore: intentionally break tests * chore: fix test * chore: rename test
This commit is contained in:
@@ -230,7 +230,7 @@ moduleIntegrationTestRunner({
|
||||
})
|
||||
|
||||
describe("setPriceListRules", () => {
|
||||
it("should add a priceListRule to a priceList", async () => {
|
||||
it("should add a price list rule to a price list", async () => {
|
||||
await createRuleTypes(testManager, [
|
||||
{
|
||||
id: "rule-type-3",
|
||||
@@ -247,9 +247,7 @@ moduleIntegrationTestRunner({
|
||||
})
|
||||
|
||||
const [priceList] = await service.listPriceLists(
|
||||
{
|
||||
id: ["price-list-1"],
|
||||
},
|
||||
{ id: ["price-list-1"] },
|
||||
{
|
||||
relations: [
|
||||
"price_list_rules",
|
||||
|
||||
@@ -6,12 +6,15 @@
|
||||
"outputs": ["!node_modules/**", "!src/**", "*/**"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
},
|
||||
"test:integration": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
},
|
||||
"test:integration:chunk": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user