--- id: 587d8247367417b2b2512c36 title: Install and Require Helmet challengeType: 2 videoUrl: '' localeTitle: تثبيت وطلب الخوذة --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'getUserInput => $.get(getUserInput("url") + "/_api/package.json").then(data => { var packJson = JSON.parse(data); assert.property(packJson.dependencies, "helmet"); }, xhr => { throw new Error(xhr.responseText); })' ```
## Challenge Seed
## Solution
```js // solution required ```