qpp-measures-data
Advanced tools
Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12
{ | ||
"name": "qpp-measures-data", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"description": "Quality Payment Program Measures Data Repository", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -70,11 +70,2 @@ const chai = require('chai'); | ||
it('properly handles the exclusion of certain submission methods', () => { | ||
const shouldNotAcceptCmsWebInterface = measuresData.filter( | ||
measure => ['001', '117'].includes(measure.measureId) | ||
); | ||
shouldNotAcceptCmsWebInterface.forEach(measure => { | ||
assert.isFalse(measure.submissionMethods.includes('cmsWebInterface')); | ||
}); | ||
}); | ||
describe('CAHPS measures', function() { | ||
@@ -81,0 +72,0 @@ it('contains 12 correct CAHPS measures', function() { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3224110
64
37604