Skip to content

Commit

Permalink
Add test watch-mode and 'software' in uncountable words
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetjha0 committed Jun 15, 2024
1 parent 7da42ab commit 7a2a39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/lib/system/inflections.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default {
'fish',
'sheep',
'jeans',
'police'
'police',
'software'
]
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"start": "ember serve",
"test": "npm-run-all lint:* test:*",
"test:ember": "ember test",
"test:watch": "ember test --server",
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
Expand Down

0 comments on commit 7a2a39b

Please sign in to comment.