14cd901870
Corrected #convertForm 'on submit' event handler |
||
---|---|---|
controllers | ||
public | ||
routes | ||
tests | ||
views | ||
.bashrc | ||
.gitconfig | ||
.hyperdev-assets | ||
.profile | ||
.replit | ||
assertion-analyser.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js | ||
test-runner.js |
FreeCodeCamp- Information Security and Quality Assurance
- SET NODE_ENV to
test
without quotes - Most logic will need done in
controllers/convertHandler.js
but do completeroutes/api.js
- You will add any security features to
server.js
- You will create all of the functional/unit tests in
tests/2_functional-tests.js
andtests/1_unit-tests.js