We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a03b8 commit 66d88e0Copy full SHA for 66d88e0
test/average.test.js
@@ -1,7 +1,7 @@
1
import { average } from '../src/math-toolbox'
2
3
describe('Calculate average', () => {
4
- it('', () => {
+ it('Expect the everage of 10, 10, 10, 20, 30 to be 16', () => {
5
expect(average(10, 20, 10, 10, 30)).toBe(16)
6
})
7
0 commit comments