fix: integration tests modules expectations (#6848)
**What** - fix tests - cleanup deprecated jest conf
This commit is contained in:
-1
@@ -70,7 +70,6 @@ moduleIntegrationTestRunner({
|
||||
name: "campaign 1",
|
||||
budget: expect.objectContaining({
|
||||
id: expect.any(String),
|
||||
campaign: expect.any(Object),
|
||||
limit: 1000,
|
||||
}),
|
||||
},
|
||||
|
||||
-1
@@ -958,7 +958,6 @@ moduleIntegrationTestRunner({
|
||||
code: "PROMOTION_1",
|
||||
application_method: {
|
||||
id: expect.any(String),
|
||||
promotion: expect.any(Object),
|
||||
type: "fixed",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = {
|
||||
"^.+\\.[jt]s?$": [
|
||||
"ts-jest",
|
||||
{
|
||||
tsConfig: "tsconfig.spec.json",
|
||||
tsconfig: "tsconfig.spec.json",
|
||||
isolatedModules: true,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user