Skip to content

Commit

Permalink
feat: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 12, 2024
1 parent f243db2 commit 976e466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"prepare": "husky install",
"prettier": "prettier --check '**/*.{js,ts,jsx,tsx,scss}'",
"prettier:write": "prettier --write '**/*.{js,ts,jsx,tsx,scss}'",
"playwright:install": "playwright install --with-deps",
"playwright:start": "yarn dev",
"playwright:test": "npx playwright test",
"playwright:debug": "npx playwright test --debug"
Expand Down

0 comments on commit 976e466

Please sign in to comment.