Skip to content

Commit

Permalink
[WIP] Using jest instead of cypress for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohaker committed Apr 10, 2023
1 parent bb56002 commit 387c6e0
Show file tree
Hide file tree
Showing 19 changed files with 1,546 additions and 1,508 deletions.
2,084 changes: 581 additions & 1,503 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/integration/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-typescript",
],
};
6 changes: 6 additions & 0 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@
"scripts": {
"int:open": "cypress open",
"int:run": "cypress run",
"test": "jest --runInBand",
"setup": "ts-node src/setupS3.ts"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.297.0",
"@aws-sdk/client-lambda": "3.297.0",
"@aws-sdk/client-s3": "3.297.0",
"@aws-sdk/client-sfn": "3.297.0",
"@aws-sdk/lib-dynamodb": "3.297.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@cypress/webpack-preprocessor": "^5.17.0",
"@types/jest": "^29.4.0",
"axios": "^1.3.2",
"babel-loader": "^9.1.2",
"cypress": "12.8.1",
"jest": "^29.4.2",
"nanoid": "4.0.1",
"ts-loader": "^9.4.2",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 387c6e0

Please sign in to comment.