Skip to content

Commit

Permalink
Add scripts for ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 27, 2023
1 parent 6ccc34d commit 6d29f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"lint:types": "tsc --noEmit",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test"
"test:ember": "ember test",
"test:ember-try": "ember try:one",
"test:ember-compatibility": "ember try:each"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down

0 comments on commit 6d29f22

Please sign in to comment.