You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xit('too advanced', () => {
const question = 'What is 53 cubed?'
const problem = new WordProblem(question)
expect(problem.answer.bind(problem)).toThrowError( ArgumentError )
})
README.md doesn't say anything about implementing unary operations. I understand that handling exponentials is considered as optional but in my opinion it is still a bit confusing when tests are so different from description.
The text was updated successfully, but these errors were encountered:
@masters3d
Actually after some investigations I found that this topic was already discussed before: exercism/problem-specifications#738
And it is decided that tests shouldn't cover optional extensions.
This issue must be closed then. Sorry for wrong report!
In README.md the following is written:
But in wordy.tests.ts:
README.md doesn't say anything about implementing unary operations. I understand that handling exponentials is considered as optional but in my opinion it is still a bit confusing when tests are so different from description.
The text was updated successfully, but these errors were encountered: