apicco-lib
Advanced tools
Comparing version 1.0.1 to 1.0.2
// /* eslint-env jest */ | ||
// const app = require('../app'); | ||
// const supertest = require('supertest'); | ||
// const request = supertest(app.callback()); | ||
// describe('router', () => { | ||
// test('returns 406 if accept is not json', async () => { | ||
// const response = await request | ||
// .post('/rbac/v1/users.create') | ||
// .set('Accept', 'application/xml') | ||
// .set('Authorization', 'Bearer deadbeef'); | ||
// expect(response.status).toEqual(406); | ||
// }); | ||
// }); | ||
describe('apicco-lib', () => { | ||
test('TODO'); | ||
}); |
{ | ||
"name": "apicco-lib", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
}, | ||
"author": "Sokratis Vidros <sokratis.vidros@gmail.com.com>", | ||
"author": "Sokratis Vidros <sokratis.vidros@gmail.com>", | ||
"contributors": [ | ||
@@ -14,0 +14,0 @@ { |
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
3182
89