-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V5 #505
Conversation
* moving response termination to renderer * linting * addressing feedback
* moving response termination to renderer * linting * initial work * addressing comments
* moving response termination to renderer * linting * addressing feedback * control service stops checking for memory leak * lint fixes
Pull Request Test Coverage Report for Build #15
💛 - Coveralls |
lib/render.test.js
Outdated
// 3. get the template that will be composed | ||
components.getTemplate.returns('asdf'); | ||
// // 3. get the template that will be composed | ||
// components.getTemplate.returns('asdf'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this (and other commented out lines from this PR) be removed from the test file? Hard to tell if a commented out part of a test is temporarily broken or purposeful removal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, good find. Forgot that was there.
lib/services/publish.test.js
Outdated
@@ -7,11 +7,10 @@ const _ = require('lodash'), | |||
db = require('../services/db'), | |||
lib = require(`./${filename}`); | |||
|
|||
require('sinon-as-promised'); | |||
// require('sinon-as-promised'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep! Will also remove. So much deprecation. This is a reminder to myself to also check that I removed winston
API Changes
resolveMedia
control
Other Changes
winston
logger completely from tests