Skip to content

Commit

Permalink
Update Package
Browse files Browse the repository at this point in the history
  • Loading branch information
nahidthenh committed Nov 25, 2024
1 parent 52e75bd commit 54e6794
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

28 changes: 12 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.49.0",
"@types/node": "^20.14.12"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test.describe('Check for console errors', () => {
console.log('Errors:', errors);
console.log('Logs:', logs);
});




Expand Down

0 comments on commit 54e6794

Please sign in to comment.