2.0.3 • Published 2 years ago

@beemo/config-jest v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Beemo - Jest config

Build Status npm version npm deps

An official Beemo Jest config based on jest-preset-beemo.

yarn install --dev jest @beemo/core @beemo/driver-jest @beemo/config-jest

Setup

Create a configs/jest.ts file in your Beemo configuration module that re-exports this config.

export { default } from '@beemo/config-jest';

Settings

The following Beemo settings can be defined to customize Jest even further.

  • projects (boolean | string[]) - Enable Jest projects. If true is passed, will be resolved using workspaces, otherwise requires an array of explicit strings. Defaults to false.
  • react (boolean | classic | automatic) - Set the testing environment to jsdom to support React. Defaults to false.
export default {
	module: '<config-module>',
	drivers: ['jest'],
	settings: {
		react: true,
	},
};
2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.1-alpha.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.0.1-alpha.0

3 years ago