2.0.13 • Published 1 year ago

@sundaeswap/jest-config v2.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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,
};
2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago