Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

console-fail-test

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-fail-test - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

docs/Vitest.md

2

package.json

@@ -48,3 +48,3 @@ {

},
"version": "0.1.9"
"version": "0.2.0"
}

@@ -157,2 +157,17 @@ # console-fail-test

<tr>
<td>Vitest</td>
<td>
✅️
</td>
<td>
<code>"vitest"</code>
</td>
<td>
<a href="./docs/Vitest.md">
<code>Vitest.md</code>
</a>
</td>
</tr>
<tr>
<td>Cypress</td>

@@ -207,12 +222,2 @@ <td>⚙️</td>

</tr>
<tr>
<td>Vitest</td>
<td>⚙️</td>
<td></td>
<td>
<a href="https://github.com/JoshuaKGoldberg/console-fail-test/issues/197">
<code>/issues/197</code>
</a>
</td>
</tr>
</tbody>

@@ -219,0 +224,0 @@ </table>

@@ -10,2 +10,3 @@ "use strict";

const nodeTap_1 = require("./nodeTap");
const vitest_1 = require("./vitest");
const testEnvironmentsByName = new Map([

@@ -15,2 +16,3 @@ ["jasmine", jasmine_1.selectJasmineEnvironment],

["mocha", mocha_1.selectMochaEnvironment],
["vitest", vitest_1.selectVitestEnvironment],
]);

@@ -22,2 +24,3 @@ const detectableTestEnvironmentSelectors = [

nodeTap_1.selectNodeTapEnvironment,
vitest_1.selectVitestEnvironment,
// Jest should come before Jasmine because Jest includes a monkey-patched Jasmine

@@ -24,0 +27,0 @@ jest_1.selectJestEnvironment,

@@ -8,2 +8,3 @@ "use strict";

const sinon_1 = require("./sinon");
const vitest_1 = require("./vitest");
const spyFactoriesByName = new Map([

@@ -14,4 +15,6 @@ ["fallback", fallback_1.selectFallbackSpyFactory],

["sinon", sinon_1.selectSinonSpyFactory],
["vitest", vitest_1.selectVitestSpyFactory],
]);
const detectableSpyFactorySelectors = [
vitest_1.selectVitestSpyFactory,
// Jest should come before Jasmine because Jest includes a monkey-patched Jasmine

@@ -18,0 +21,0 @@ jest_1.selectJestSpyFactory,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc