Skip to content

Commit

Permalink
fix: return of the batch job seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
fPolic committed Jul 13, 2022
1 parent d5336a9 commit ff319f9
Show file tree
Hide file tree
Showing 3 changed files with 10,497 additions and 7,801 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe("Product import batch job", () => {

beforeEach(async () => {
try {
await batchJobSeeder(dbConnection)
await adminSeeder(dbConnection)
await userSeeder(dbConnection)
} catch (e) {
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"build": "babel src -d dist --extensions \".ts,.js\""
},
"dependencies": {
"@medusajs/medusa": "1.3.3-dev-1657484310311",
"@medusajs/medusa": "1.3.3-dev-1657733498042",
"faker": "^5.5.3",
"medusa-interfaces": "1.3.1-dev-1657484310311",
"medusa-interfaces": "1.3.1-dev-1657733498042",
"typeorm": "^0.2.31"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"babel-preset-medusa-package": "1.1.19-dev-1657484310311",
"babel-preset-medusa-package": "1.1.19-dev-1657733498042",
"jest": "^26.6.3"
}
}
Loading

0 comments on commit ff319f9

Please sign in to comment.