@sundaeswap/jest-config
v2.0.13
Published
basic jest config options for SundaeSwap projects.
Downloads
2
Keywords
Readme
jest-config
This is a base shared jest.config.js
config file to use in your downstream project.
Installation
To install, run the following in your project root:
bun run add @sundaeswap/jest-config -D
Within your jest.config.js
file, extend this config via:
const jestConfig = require("@sundaeswap/jest-config");
module.exports = {
...jestConfig,
};