UNPKG

@coding-blocks/jsonapi-server

Version:

A config driven NodeJS framework implementing json:api

273 lines (272 loc) 10.5 kB
<!doctype html> <html lang="en"> <head> <title>Code coverage report for lib/routes/addRelation.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../../index.html">All files</a> / <a href="index.html">lib/routes</a> addRelation.js </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">22.58% </span> <span class="quiet">Statements</span> <span class='fraction'>7/31</span> </div> <div class='fl pad1y space-right2'> <span class="strong">0% </span> <span class="quiet">Branches</span> <span class='fraction'>0/6</span> </div> <div class='fl pad1y space-right2'> <span class="strong">0% </span> <span class="quiet">Functions</span> <span class='fraction'>0/13</span> </div> <div class='fl pad1y space-right2'> <span class="strong">23.33% </span> <span class="quiet">Lines</span> <span class='fraction'>7/30</span> </div> </div> </div> <div class='status-line low'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70</td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">'use strict' const addRelationRoute = module.exports = { } &nbsp; const async = require('async') const helper = require('./helper.js') const router = require('../router.js') const postProcess = require('../postProcess.js') const responseHelper = require('../responseHelper.js') &nbsp; addRelationRoute.register = <span class="fstat-no" title="function not covered" >()</span> =&gt; { <span class="cstat-no" title="statement not covered" > router.bindRoute({</span> verb: 'post', path: ':type/:id/relationships/:relation' }, <span class="fstat-no" title="function not covered" >(r</span>equest, resourceConfig, res) =&gt; { let newResource let theirResource let response &nbsp; <span class="cstat-no" title="statement not covered" > async.waterfall([</span> <span class="fstat-no" title="function not covered" > ca</span>llback =&gt; { <span class="cstat-no" title="statement not covered" > helper.verifyRequest(request, resourceConfig, res, 'update', callback)</span> }, <span class="fstat-no" title="function not covered" > ca</span>llback =&gt; { <span class="cstat-no" title="statement not covered" > helper.verifyRequest(request, resourceConfig, res, 'find', callback)</span> }, <span class="fstat-no" title="function not covered" > ca</span>llback =&gt; { <span class="cstat-no" title="statement not covered" > helper.checkForBody(request, callback)</span> }, <span class="fstat-no" title="function not covered" > ca</span>llback =&gt; { <span class="cstat-no" title="statement not covered" > resourceConfig.handlers.find(request, callback)</span> }, <span class="fstat-no" title="function not covered" > (o</span>urResource, callback) =&gt; { <span class="cstat-no" title="statement not covered" > theirResource = JSON.parse(JSON.stringify(ourResource))</span> &nbsp; const theirs = <span class="cstat-no" title="statement not covered" >request.params.data</span> &nbsp; <span class="cstat-no" title="statement not covered" > if (resourceConfig.attributes[request.params.relation]._settings.__many) {</span> <span class="cstat-no" title="statement not covered" > theirResource[request.params.relation] = theirResource[request.params.relation] || [ ]</span> <span class="cstat-no" title="statement not covered" > theirResource[request.params.relation].push(theirs)</span> } else { <span class="cstat-no" title="statement not covered" > theirResource[request.params.relation] = theirs</span> } &nbsp; <span class="cstat-no" title="statement not covered" > helper.validate(theirResource, resourceConfig.onCreate, callback)</span> }, <span class="fstat-no" title="function not covered" > ca</span>llback =&gt; { <span class="cstat-no" title="statement not covered" > resourceConfig.handlers.update(request, theirResource, callback)</span> }, <span class="fstat-no" title="function not covered" > (r</span>esult, callback) =&gt; { <span class="cstat-no" title="statement not covered" > resourceConfig.handlers.find(request, callback)</span> }, <span class="fstat-no" title="function not covered" > (r</span>esult, callback) =&gt; { <span class="cstat-no" title="statement not covered" > newResource = result</span> <span class="cstat-no" title="statement not covered" > postProcess.fetchForeignKeys(request, newResource, resourceConfig.attributes, callback)</span> }, <span class="fstat-no" title="function not covered" > ca</span>llback =&gt; { <span class="cstat-no" title="statement not covered" > responseHelper._enforceSchemaOnObject(newResource, resourceConfig.attributes, callback)</span> }, <span class="fstat-no" title="function not covered" > (s</span>anitisedData, callback) =&gt; { <span class="cstat-no" title="statement not covered" > sanitisedData = sanitisedData.relationships[request.params.relation].data</span> <span class="cstat-no" title="statement not covered" > response = responseHelper._generateResponse(request, resourceConfig, sanitisedData)</span> <span class="cstat-no" title="statement not covered" > postProcess.handle(request, response, callback)</span> } ], <span class="fstat-no" title="function not covered" >er</span>r =&gt; { <span class="cstat-no" title="statement not covered" > if (err) <span class="cstat-no" title="statement not covered" >return helper.handleError(request, res, err)</span></span> <span class="cstat-no" title="statement not covered" > router.sendResponse(res, response, 201)</span> }) }) } &nbsp;</pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jan 27 2018 19:59:16 GMT+0530 (IST) </div> </div> <script src="../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../sorter.js"></script> </body> </html>