1.3.10 • Published 1 year ago

@stickyjs/turbo-jest v1.3.10

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

Turbo Jest

@stickyjs/turbo-jest

Turbo aware jest-preset; automatically run dependsOn script before running jest. By taking advantage of content-aware hashing from turborepo. dependsOn only run if the pipeline inputs have changed.

When you run your test with @stickyjs/turbo-jest preset, it uses displayName from your jest config to figure out which pipeline to use. It will automatically pinpoint the corresponding dependsOn and run all the scripts specified within.

E.g. turbo.json and package.json:

{
  "pipeline": {
    "test:e2e": {
      "inputs": ["src/**", "**/*.e2e.ts"],
      "dependsOn": ["build:docker"]
    }
  }
}
{
  "scripts": {
    "build:docker": "docker build ..."
  },
  "jest": {
    "preset": "@stickyjs/turbo-jest",
    "projects": [
      {
        "displayName": "test:e2e",
        "preset": "@stickyjs/turbo-jest",
        "testRegex": ".*\\.e2e\\.ts$"
      }
    ]
  }
}
1.3.10

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.2.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.3.4

2 years ago

1.2.5

2 years ago

1.3.3

2 years ago

1.2.4

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago