3.4.0 • Published 9 days ago

@dotcom-tool-kit/jest v3.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 days ago

@dotcom-tool-kit/jest

A plugin to run Jest tests. This plugin uses jest-cli to run the tests. You can configure this plugin by specifying the path to the Jest config path.

Installation

With Tool Kit already set up, install this plugin as a dev dependency:

npm install --save-dev @dotcom-tool-kit/jest

And add it to your repo's .toolkitrc.yml:

plugins:
    - '@dotcom-tool-kit/jest'

Options

KeyDescriptionDefault value
configPathPath to the Jest config fileuse Jest's own config resolution

Tasks

TaskDescriptionPreconfigured hook
JestLocalruns jest to execute teststest:local
JestCIruns jest to execute tests in the CI with the --ci optiontest:ci

Tips

A common use case is to configure test:local and test:ci in your .toolkitrc.yml to run the Eslint task then the relevant Jest task:

hooks:
  test:local:
    - Eslint
    - JestLocal
  test:ci:
    - Eslint
    - JestCI
4.0.0-beta.2

9 days ago

4.0.0-beta.1

9 days ago

4.0.0-beta.0

10 days ago

3.4.0

4 months ago

3.3.0

5 months ago

3.2.2

7 months ago

3.2.1

8 months ago

3.2.0

10 months ago

3.1.3

10 months ago

3.1.2

11 months ago

3.1.1

12 months ago

3.0.0

1 year ago

2.0.15

1 year ago

2.0.16

1 year ago

2.0.13

1 year ago

2.0.14

1 year ago

3.1.0

1 year ago

2.0.11

1 year ago

2.0.12

1 year ago

2.0.10

1 year ago

2.0.9

2 years ago

2.0.7

2 years ago

2.0.8

2 years ago

2.0.3

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.6

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.8.2

2 years ago

1.9.0

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.8.4-beta.1

2 years ago

1.8.4

2 years ago

1.8.3

2 years ago

1.7.0-beta.0

2 years ago

1.7.0-beta.3

2 years ago

1.7.0-beta.4

2 years ago

1.7.0-beta.1

2 years ago

1.7.0-beta.2

2 years ago

1.6.2

2 years ago

1.7.0-beta.5

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.6.0-beta.4

2 years ago

1.6.0-beta.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.6.0-beta.2

2 years ago

1.6.0-beta.1

2 years ago

1.0.2-beta.18

2 years ago

1.0.2-beta.17

2 years ago

1.0.2-beta.16

2 years ago

1.0.2-beta.15

2 years ago

1.0.2-beta.14

2 years ago

1.0.2-beta.13

2 years ago

1.0.2-beta.12

2 years ago

1.0.2-beta.11

2 years ago

1.0.2-beta.10

2 years ago

1.0.2-beta.9

2 years ago

1.0.2-beta.8

2 years ago

1.0.2-beta.7

2 years ago

1.0.2-beta.5

2 years ago

1.0.2-beta.4

2 years ago

1.5.0

2 years ago

1.0.2-beta.3

2 years ago

1.0.2-beta.2

2 years ago

1.0.2-beta.1

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago