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

Package detail

@kalamazoo/elements-test-helpers

atlassian5Apache-2.01.0.0TypeScript support: included

common test helpers

readme

changelog

@kalamazoo/elements-test-helpers

0.6.6

Patch Changes

  • [patch]35d2229b2a:

    Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.

0.6.5

Patch Changes

  • [patch]a2d0043716:

    Updated version of analytics-next to fix potential incompatibilities with TS 3.6

0.6.4

Patch Changes

  • [patch]097b696613:

    Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports

0.6.3

Patch Changes

  • [patch]dd9ca0710e:

    Removed incorrect jsnext:main field from package.json

0.6.2

Patch Changes

  • [patch]bbff8a7d87:

    Fixes bug, missing version.json file

0.6.1

Patch Changes

  • [patch]18dfac7332:

    In this PR, we are:

    • Re-introducing dist build folders
    • Adding back cjs
    • Replacing es5 by cjs and es2015 by esm
    • Creating folders at the root for entry-points
    • Removing the generation of the entry-points at the root Please see this ticket or this page for further details

0.6.0

  • [minor]7c17b35107:

    • Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.

0.5.1

0.5.0

  • [minor]b0210d7ccc:

    • reset jest modules before hydration

0.4.1

  • [patch]1bcaa1b991:

    • Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js

0.4.0

  • [minor]b684722884:

    • improvement of SSR tests and examples for Fabric Elements

0.3.0

  • [minor]7261577953:

    • use @kalamazoo/ssr to ssr/hydrate mention examples

0.2.0

  • [minor]4072865c1c:

    • added SSR tests to task-decision

0.1.0

0.0.1

  • [patch]2762ffd47e:

    • add SSR/hydration tests to Date element