Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cerner/jest-config-terra

cerner90Apache-2.03.0.0

A base jest config for the terra application framework.

Cerner, jest, jest-config, Terra

readme

Jest Config Terra

NPM version Build Status

A base jest config for the terra application framework.

Node version support

This package was developed and tested using Node 10 up to Node 14. Consumers using Node 16 or greater are advised to use it at their own risk since those versions are not officially supported due to lack of thorough testing.

Versioning

jest-config-terra is considered to be stable and will follow SemVer for versioning.

  1. MAJOR versions represent breaking changes
  2. MINOR versions represent added functionality in a backwards-compatible manner
  3. PATCH versions represent backwards-compatible bug fixes

Consult the component CHANGELOGs, related issues, and PRs for more information.

LICENSE

Copyright 2021 - present Cerner Innovation, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

changelog

Changelog

Unreleased

3.0.0 - (May 6, 2024)

  • Breaking Changes
    • Jest peerDependency updated from 27 to 29.
    • Dropped support for Node 10 and 12 as Jest 29 requires Node 14 at minimum.

2.0.0 - (September 26, 2023)

  • Breaking changes
    • Updated to use Jest 27.
    • Dropped support for Jest 26.

1.7.0 - (August 31, 2023)

  • Changed
    • Minor dependency version bump

1.6.2 - (August 30, 2023)

  • Changed
    • Minor dependency version bump

1.6.1 - (August 25, 2023)

  • Fixed
    • Removed unnecessary postinstall step when installing.
    • Optimized package size by exlucding unnecessary files when publishing.

1.6.0 - (August 24, 2023)

  • Changed
    • Minor dependency version bump

1.5.0 - (February 11, 2022)

  • Changed
    • Revert limiting upper Node version to 14.

1.4.0 - (February 8, 2022)

  • Changed
    • Updated component to support Node 14.

1.3.0 - (September 28, 2021)

  • Changed
    • Updated hard coded dependency to compatible dependencies.

1.2.0 - (May 11, 2021)

  • Added
    • Copied the jest reporter from boneyard and utilize that as a reporter

1.1.0 - (May 7, 2021)

  • Changed
    • Added png to the list of objects handled by the identify object proxy

1.0.0 - (March 23, 2021)

  • Initial stable release