
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@aristobyte-ui/jest-config
Advanced tools
Centralized, shareable Jest configurations for AristoByteUI monorepo projects.
Scalable, centralized Jest configurations for AristoByte’s TypeScript monorepos — with first-class support for Node, React, and Next.js environments.
Config Path | Description |
---|---|
@aristobyte-ui/jest-config/base | Core config for libraries and backend packages. Targets Node.js environments. |
@aristobyte-ui/jest-config/react | Extends base for React-based packages with jsdom and Testing Library support. |
@aristobyte-ui/jest-config/next | Builds on react , adding CSS module mocks and alias resolution for Next.js apps. |
yarn add -D jest babel-jest @babel/preset-env @babel/preset-typescript @testing-library/jest-dom identity-obj-proxy
import { config as base } from "@aristobyte-ui/jest-config/base.js";
export default {
...base,
displayName: "my-lib",
};
import { config as react } from "@aristobyte-ui/jest-config/react.js";
export default {
...react,
displayName: "ui-components",
rootDir: ".",
};
import { config as next } from "@aristobyte-ui/jest-config/next.js";
export default {
...next,
displayName: "web-app",
};
© AristoByte Inc. — Streamlining test infrastructure at scale.
FAQs
Centralized, shareable Jest configuration presets for AristoByteUI monorepo projects. Supports Node, React, and Next.js environments with TypeScript, Babel integration, and consistent coverage reporting.
The npm package @aristobyte-ui/jest-config receives a total of 1,316 weekly downloads. As such, @aristobyte-ui/jest-config popularity was classified as popular.
We found that @aristobyte-ui/jest-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.