Skip to content

Commit

Permalink
Update dotenv plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BakkappaN committed Dec 22, 2024
1 parent 3749302 commit 25e3aca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "index.js",
"scripts": {
"tests": "npx playwright test",
"ParaBank:Tests":"npx playwright test --grep ParaBankTest",
"SQLDB:Tests":"npx playwright test --grep SQLDataBaseTest",
"MongoDB:Tests":"npx playwright test --grep MongoDBTest",
"UI:Tests":"npx playwright test --grep UITest",
"API:Tests":"npx playwright test --grep APITest",
"Mobile:Tests":"npx playwright test --grep MobileTest"
"ParaBank:Tests": "npx playwright test --grep ParaBankTest",
"SQLDB:Tests": "npx playwright test --grep SQLDataBaseTest",
"MongoDB:Tests": "npx playwright test --grep MongoDBTest",
"UI:Tests": "npx playwright test --grep UITest",
"API:Tests": "npx playwright test --grep APITest",
"Mobile:Tests": "npx playwright test --grep MobileTest"
},
"keywords": [],
"author": "",
Expand All @@ -24,7 +24,7 @@
"@azure/identity": "^4.4.0",
"@azure/keyvault-secrets": "^4.8.0",
"csv-parse": "^5.5.3",
"dotenv": "^16.4.1",
"dotenv": "^16.4.7",
"luxon": "^3.4.4",
"mongodb": "^6.8.1",
"mysql2": "^3.11.0",
Expand Down

0 comments on commit 25e3aca

Please sign in to comment.