@zimic/interceptor 1.3.6-canary.3 → 1.3.6-canary.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1807,6 +1807,9 @@ function createInterceptorServer(options = {}) {
1807
1807
  * We currently only support the 'socket:auth:valid' message and it is the only possible control message here. */
1808
1808
  /* istanbul ignore if -- @preserve
1809
1809
  * This is not expected since the server is not stopped unless it is running. */
1810
+ /* istanbul ignore next -- @preserve
1811
+ * This if statement only runs if concurrent calls to stop() are made, which is an edge case that is hard to
1812
+ * reliably reproduce in tests. */
1810
1813
  /* istanbul ignore if -- @preserve
1811
1814
  * This is just a type guard to ensure the value is valid. In practice, this condition should never be true. */
1812
1815
  /* istanbul ignore next -- @preserve
@@ -1855,5 +1858,5 @@ exports.listInterceptorTokens = listInterceptorTokens;
1855
1858
  exports.logger = logger;
1856
1859
  exports.readInterceptorTokenFromFile = readInterceptorTokenFromFile;
1857
1860
  exports.removeInterceptorToken = removeInterceptorToken;
1858
- //# sourceMappingURL=chunk-2YIGHTHM.js.map
1859
- //# sourceMappingURL=chunk-2YIGHTHM.js.map
1861
+ //# sourceMappingURL=chunk-SNMNOHD6.js.map
1862
+ //# sourceMappingURL=chunk-SNMNOHD6.js.map