mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
added test case for curriculum
This commit is contained in:
parent
5cfa9caa61
commit
a23ee9d3cd
@ -66,6 +66,12 @@ assert.isUndefined(addTogether(2)([3]));
|
||||
assert.isUndefined(addTogether('2', 3));
|
||||
```
|
||||
|
||||
`addTogether(5, undefined)` should return `undefined`.
|
||||
|
||||
```js
|
||||
assert.isUndefined(addTogether(5, undefined));
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
||||
## --seed-contents--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user