
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@aristobyte-ui/jest-config
Advanced tools
Centralized, shareable Jest configuration presets for AristoByteUI monorepo projects. Supports Node, React, and Next.js environments with TypeScript, Babel integration, and consistent coverage reporting.
@aristobyte-ui/jest-config
Centralized, shareable Jest configuration presets for AristoByteUI monorepo projects, supporting Node, React, and Next.js environments.
# Install via Yarn
yarn add -D @aristobyte-ui/jest-config
# Or via npm
npm install -D @aristobyte-ui/jest-config
# Or via pnpm
pnpm add -D @aristobyte-ui/jest-config
Base config (Node environment):
import { config } from "@aristobyte-ui/jest-config/base";
export default config;
React config (includes Testing Library):
import { config } from "@aristobyte-ui/jest-config/react";
export default config;
Next.js config (includes React + moduleNameMapper for CSS/Assets):
import { config } from "@aristobyte-ui/jest-config/next";
export default config;
base
→ Node-first Jest configuration with TypeScript & Babel integration.react
→ Extends base
with jsdom environment and Testing Library setup.next
→ Extends react with moduleNameMapper and CSS/asset mocking for Next.js.{
"name": "@aristobyte-ui/button",
"version": "1.0.0",
"scripts": {
"test": "jest --config jest.config.js"
},
"devDependencies": {
"@aristobyte-ui/jest-config": "*",
"jest": "^29.0.0",
"@testing-library/jest-dom": "^6.0.0"
}
}
And jest.config.js
:
import { config } from "@aristobyte-ui/jest-config/react";
export default config;
Feature | Benefit |
---|---|
Base config | Node-first, TypeScript-ready testing |
React support | jsdom environment + Testing Library integration |
Next.js support | Module mapping for CSS/Assets + React integration |
Coverage config | Centralized coverage reporting and ignore patterns |
Monorepo-ready | Consistent Jest behavior across packages |
Babel & TS integration | Compile TS & modern JS seamlessly |
At AristoByte, testing is foundational for reliability and team scalability.
These configs empower developers to write consistent, predictable, and maintainable tests across the monorepo.
MIT © AristoByte
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.
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.