fix(curriculum): add new test for 'contacts' in profile lookup lab (#61789)

This commit is contained in:
Stuart Mosquera
2025-08-13 05:54:05 -03:00
committed by GitHub
parent bb41fb81da
commit 56a2b1672c

View File

@@ -54,6 +54,12 @@ contacts = [
# --hints--
The `contacts` array should still be present in the global scope. Reset the lesson to recover it if you deleted it.
```js
assert.isArray(contacts);
```
You should have a function named `lookUpProfile`.
```js