zipkin-context-cls
Advanced tools
Comparing version 0.18.4 to 0.18.5
{ | ||
"name": "zipkin-context-cls", | ||
"version": "0.18.4", | ||
"version": "0.18.5", | ||
"description": "A Context API implementation that uses continuation-local-storage under the hood", | ||
@@ -18,3 +18,3 @@ "main": "lib/CLSContext.js", | ||
}, | ||
"gitHead": "2c9ea42842e03343fa6b2066dedf6e760f38e9f6" | ||
"gitHead": "201c6f6360d7ae79eaa04d5e53660908e3602358" | ||
} |
const CLSContext = require('../'); | ||
describe('CLSContext', () => { | ||
@@ -53,3 +54,3 @@ it('should start with context null', () => { | ||
it('supports CLS contexts (setTimeout etc)', done => { | ||
it('supports CLS contexts (setTimeout etc)', (done) => { | ||
const ctx = new CLSContext(); | ||
@@ -56,0 +57,0 @@ function callback() { |
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
7561