Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
jest-plugin-must-assert
Advanced tools
jest-plugin-must-assert
A plugin extending the default Jest behavior to fail any tests which do not perform a runtime assertion.
npm i -D jest-plugin-must-assert
For default behavior, add the plugin to your setup files.
...
setupFilesAfterEnv: ['jest-plugin-must-assert'],
...
You may also extend the default behavior with the following, manual configuration.
// <rootDir>/must-assert-setup.js
const mustAssert = require('jest-plugin-must-assert/manual');
mustAssert({
message: 'Please see https://jestjs.io/docs/en/asynchronous for details on testing async code.'
});
Then in your config file:
...
setupFilesAfterEnv: [
'<rootDir>/must-assert-setup'
],
...
Static analysis is not enough to catch mistakes in asynchronous tests. For this, we require a runtime check that some assertion was ran during the test.
FAQs
Jest plugin for async tests
The npm package jest-plugin-must-assert receives a total of 3,043 weekly downloads. As such, jest-plugin-must-assert popularity was classified as popular.
We found that jest-plugin-must-assert demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.