1.0.0 • Published 3 months ago

@onerepo/plugin-jest v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Jest is the recomended framework for headless testing with oneRepo. As opposed to Vitest and others, Jest allows a single runner that can use multiple project configurations. Think of each project as a separate workspace in your repo.

The added benefit of Jest is that as you are working, you can run this single command and it will automatically test appropriate files related to your changes across all workspaces. There's no need to determine which workspaces to run – and can all be done with --watch mode at the same time.

Installation

npm install --save-dev @onerepo/plugin-jest

Add the plugin to your oneRepo bin file:

const { jest } = require('@onerepo/plugin-jest');

setup({
	plugins: [
		jest({
			// ...options
		}),
	],
}).then(({ run }) => run());

Create a root level jest config with the appropriate references to your workspace Jest configs:

/** @type {import('jest').Config} */
export default {
	projects: ['<rootDir>/apps/*/jest.config.js', '<rootDir>/modules/*/jest.config.js'],
};
1.0.0

3 months ago

1.0.0-beta.2

3 months ago

1.0.0-beta.1

3 months ago

1.0.0-beta.0

3 months ago

0.3.0

3 months ago

0.0.0-pre-2972e875

4 months ago

0.0.0-pre-34fe53e

4 months ago

0.0.0-pre-e0b3ba2

4 months ago

0.0.0-pre-cbe6072

4 months ago

0.2.7

4 months ago

0.0.0-pre-a3d9e01

4 months ago

0.0.0-pre-eb88bdd

4 months ago

0.0.0-pre-af3f289

4 months ago

0.0.0-pre-0cbd15a

5 months ago

0.0.0-pre-6d0d114

5 months ago

0.0.0-pre-3cae886

5 months ago

0.0.0-pre-d9e59df

5 months ago

0.0.0-pre-e780707

5 months ago

0.0.0-pre-b0f8746

5 months ago

0.2.6

5 months ago

0.0.0-pre-a67d79e

5 months ago

0.0.0-pre-fd6e21e

5 months ago

0.0.0-pre-a5d9d84

5 months ago

0.0.0-pre-ab95e97

5 months ago

0.2.5

5 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.4

6 months ago

0.0.0-pre.5b7e540

6 months ago

0.0.0-pre.772a27d

10 months ago

0.0.0-pre.c3b6ded

10 months ago

0.0.0-pre.65c93cc

8 months ago

0.0.0-pre.7e04bbd

7 months ago

0.0.0-pre.dc86fb1

6 months ago

0.0.0-pre.0c2af3f

6 months ago

0.0.0-pre.85f78e4

6 months ago

0.0.0-pre.35adc4a

9 months ago

0.0.0-pre.70fd9ff

10 months ago

0.0.0-pre.36dafbc

6 months ago

0.0.0-pre.b3254f4

8 months ago

0.0.0-pre-27dd7f7

6 months ago

0.0.0-pre.bfaf2f9

6 months ago

0.2.1

7 months ago

0.0.0-pre.eed133e

8 months ago

0.2.0

9 months ago

0.0.0-pre.023c09f

10 months ago

0.0.0-pre.95a96da

10 months ago

0.0.0-pre.14f6d4d

6 months ago

0.0.0-pre.a90ff91

10 months ago

0.0.0-pre-a5464aa

6 months ago

0.1.3

10 months ago

0.0.0-pre.4d662c8

12 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago