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

Package detail

@fluentui/test-utilities

microsoft409MIT8.3.19TypeScript support: included

Utilities used when testing components.

readme

@fluentui/test-utilities

Provides a set of common test utilities for testing code within the Fluent UI React repo.

API

safeCreate(jsxContent, callback): void - Abstraction on create method in the react-test-renderer package which will auto unmount after executing the given callback.

Example:

safeCreate(<Foo />, foo => {
  // assert things about foo
});

safeMount(jsxContent, callback): void - Abstraction on mount method in enzyme package which will auto unmount after executing the given callback.

Example:

safeMount(<Foo />, foo => {
  // assert things about foo
});

changelog

Change Log - @fluentui/test-utilities

This log was last generated on Tue, 09 Jul 2024 07:34:04 GMT and should not be manually modified.

8.3.19

Tue, 09 Jul 2024 07:34:04 GMT Compare changes

Patches

8.3.4

Fri, 05 May 2023 18:14:00 GMT Compare changes

Patches

8.3.3

Tue, 02 May 2023 22:20:21 GMT Compare changes

Patches

8.3.0

Wed, 01 Mar 2023 07:45:40 GMT Compare changes

Minor changes

8.2.3

Thu, 20 Oct 2022 07:43:13 GMT Compare changes

Patches

8.2.0

Thu, 16 Dec 2021 07:26:40 GMT Compare changes

Minor changes

8.1.0

Wed, 15 Dec 2021 07:31:28 GMT Compare changes

Minor changes

8.0.8

Tue, 03 Aug 2021 07:39:30 GMT Compare changes

Patches

8.0.7

Fri, 09 Jul 2021 07:39:31 GMT Compare changes

Patches

8.0.6

Mon, 07 Jun 2021 07:38:15 GMT Compare changes

Patches

8.0.5

Thu, 20 May 2021 07:41:54 GMT Compare changes

Patches

8.0.4

Fri, 30 Apr 2021 07:42:23 GMT Compare changes

Patches

8.0.3

Fri, 23 Apr 2021 07:37:10 GMT Compare changes

Patches

8.0.2

Wed, 31 Mar 2021 00:53:43 GMT Compare changes

Patches

8.0.1

Fri, 26 Feb 2021 01:16:27 GMT Compare changes

Patches

8.0.0-beta.9

Mon, 22 Feb 2021 12:26:22 GMT Compare changes

Changes

8.0.0-beta.8

Thu, 18 Feb 2021 19:38:50 GMT Compare changes

Changes

  • Allow React 17 in peerDependencies. The library has not yet been fully validated with React 17, so please report any issues you find. (PR #17048 by elcraig@microsoft.com)

8.0.0-beta.7

Thu, 18 Feb 2021 12:27:34 GMT Compare changes

Changes

8.0.0-beta.6

Mon, 15 Feb 2021 12:22:00 GMT Compare changes

Changes

8.0.0-beta.5

Thu, 28 Jan 2021 12:25:56 GMT Compare changes

Changes

8.0.0-beta.4

Thu, 21 Jan 2021 12:36:12 GMT Compare changes

Changes

8.0.0-beta.0

Fri, 23 Oct 2020 03:26:15 GMT Compare changes

Changes

7.3.0

Thu, 17 Sep 2020 23:15:07 GMT Compare changes

Minor changes

7.2.2

Wed, 16 Sep 2020 12:27:22 GMT Compare changes

Patches

7.1.0

Wed, 19 Aug 2020 12:44:33 GMT Compare changes

Minor changes

7.0.32

Mon, 13 Jul 2020 23:14:39 GMT Compare changes

Patches

7.0.31

Fri, 03 Jul 2020 12:36:49 GMT Compare changes

Patches

7.0.27

Tue, 16 Jun 2020 17:35:36 GMT Compare changes

Patches

7.0.21

Thu, 07 May 2020 01:06:55 GMT Compare changes

Patches

7.0.17

Thu, 16 Apr 2020 04:01:45 GMT Compare changes

Patches

7.0.15

Wed, 25 Mar 2020 12:30:04 GMT

Patches

Patches

  • Replace OfficeDev/office-ui-fabric-react with microsoft/fluentui (elcraig@microsoft.com)

    7.0.6

    Wed, 04 Sep 2019 04:09:58 GMT

Patches

Patches

7.0.4

Wed, 17 Jul 2019 18:58:57 GMT

Patches

  • Adding @types/react and @types/react-dom to package.json that have peer dependencies on react and react-dom. (makotom@microsoft.com)

7.0.3

Mon, 01 Jul 2019 18:51:42 GMT

Patches

  • adds react-app-polyfill

7.0.2

Fri, 14 Jun 2019 12:26:30 GMT

Patches

  • Fix missing assets in production build.

7.0.1

Thu, 13 Jun 2019 00:24:48 GMT

Patches

  • Initial release of Fabric 7

6.0.5

Wed, 12 Jun 2019 00:42:26 GMT

Patches

  • Update and dedupe React deps.

6.0.4

Tue, 14 May 2019 07:50:30 GMT

Patches

  • Update Fabric assets link

6.0.3

Tue, 02 Apr 2019 00:38:15 GMT

Patches

  • Use ^ ranges instead of >=

6.0.2

Wed, 27 Mar 2019 12:34:02 GMT

Patches

  • add api file generated by api-extractor 7

6.0.1

Fri, 09 Nov 2018 13:32:57 GMT

Patches

  • Publishing bits.