Clicking the submit button on JobPostPage takes the job name, location, position, and description and
stores it as a job in our database collection Jobs.
Added ref callbacks on JobPostPage in order to store the information.
- meteor npm install --save
- meteor test --driver-package practicalmeteor:mocha
- go to localhost/3000 in browser to see test result