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 Aug 5, 2024
1 parent 6a9e3bb commit 8350406
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions ember-inflector/src/lib/system/inflections.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ export default {
'sheep',
'jeans',
'police',
'software',
],
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"start:addon": "pnpm --filter ember-inflector start --no-watch.clearScreen",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter '*' test:ember"
"test:ember": "pnpm --filter '*' test:ember",
"test:watch": "pnpm --filter '*' test:watch"
},
"devDependencies": {
"concurrently": "^8.2.0",
Expand Down
3 changes: 2 additions & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test"
"test:ember": "ember test",
"test:watch": "ember test --server"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down

0 comments on commit 8350406

Please sign in to comment.