Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
jest-dynalite
Advanced tools
Enchanced
@shelf/jest-dynamodb
jest-dynalite
is a fork of @shelf/jest-dynamodb
used to allow unit tests
to perform dynamodb queries locally.
jest-dynalite
runs a dynalite instance per test runner, which means
test runners do not interfear with eachother.
jest-dynalite
clears tables between tests, so every test has a clean environment to run in.
yarn add jest-dynalite -D
jest.config.js
module.exports = {
...
preset: "./jest-preset.js"
}
Create a jest-dynalite-config.json
in your package root, which contain the tables
which should exist for your tests.
{
"tables": [
{
...
}
],
"basePort": 8000
}
FAQs
Run your tests using Jest & Dynalite
The npm package jest-dynalite receives a total of 42,316 weekly downloads. As such, jest-dynalite popularity was classified as popular.
We found that jest-dynalite 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.