NPM: https://www.npmjs.com/package/@kth/npm-template
const package = require("npm-template");
if (package.isWorking()) {
console.log("Hello World!");
}
npm build ## Does npm install and npm test.
You can also view the tests at https://travis-ci.org/KTH/npm-template
Type of tests header
✓ When running tests, expect it to always return 'true'.