Skip to content

Commit

Permalink
added test:e2e back
Browse files Browse the repository at this point in the history
  • Loading branch information
dnenov committed Feb 26, 2024
1 parent b6b0983 commit 0eb1c0a
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 @@ -18,6 +18,7 @@
"lic_transitive": "npx @adsk/adsk-npm-license-puller --path . --app-name 'dynamo-home' --verbose --about-box ./license_output/about-box_transitive.html --about-box-type desktop --transitive --year $(date) --paos ./license_output/paos_transitive.csv",
"generate_license": "npm run lic_direct && npm run lic_transitive",
"test:unit": "NODE_ENV=test jest tests/App.test.js",
"test:e2e": "playwright test tests/e2e.test.js"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 0eb1c0a

Please sign in to comment.