Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
assert-transform
Advanced tools
Return a promise asserting that `babelTransform(actual) === expected`
Return a promise asserting that babelTransform(actual) === expected
var assertTransform = require("assert-transform");
var path = require("path");
describe("babel-plugin-emojification", function () {
it("does what I think it'll do", function () {
// Yes, you can just return a promise in a mocha test. Cool right!?
return assertTransform(
path.join(__dirname, "./emojify/actual.js"),
path.join(__dirname, "./emojify/expected.js"), BABEL_OPTIONS);
});
});
Note: You must pass in the full path to your files. This is just because I'm tired of working on this and haven't made relative paths work. PRs welcome.
FAQs
Return a promise asserting that `babelTransform(actual) === expected`
We found that assert-transform 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.