Conversation
Defined initial test to check if the function calls _starname with correct parameters
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
.eslintrc:
.eslintrc: Environment key "es2021" is unknownError: .eslintrc:
at /home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config/config-validator.js:144:19
at Array.forEach ()
at validateEnvironment (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config/config-validator.js:140:30)
at Object.validate (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config/config-validator.js:240:5)
at loadFromDisk (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config/config-file.js:516:19)
at Object.load (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config/config-file.js:559:20)
at Config.getLocalConfigHierarchy (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config.js:227:44)
at Config.getConfigHierarchy (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config.js:179:43)
at Config.getConfigVector (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config.js:286:21)
at Config.getConfig (/home/linters/app/versions/eslint-4.19.1/node_modules/eslint/lib/config.js:329:29)
|
@wbotelhos Could you check this? |
|
Hi @markvantilburg , thanks for your PR. About the current test, I think you're testing an intermediate step that does not prove anything, just that it was called. We need to test the final result which would be We need a test for |
5d9fffe to
bb63b63
Compare
No description provided.