* fix(formatting): Information Security with HelmetJS challenges fix(formatting): Information Security with HelmetJS challenges fix(formatting): Information Security with HelmetJS challenges fix(formatting): Hetmet JS challenges fix(formatting): Hetmet JS challenges * fix(curriculum): Remove hr * fix(formatting): Helmet JS * Change code to blockquote * fix: indented code in blockquotes
1.0 KiB
1.0 KiB
id, title, challengeType
id | title | challengeType |
---|---|---|
587d8247367417b2b2512c36 | Install and Require Helmet | 2 |
Description
Instructions
Tests
tests:
- text: '"helmet" dependency should be in package.json'
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
// solution required