8.3.19 • Published 1 year ago

@fluentui/test-utilities v8.3.19

Weekly downloads
7
License
MIT
Repository
github
Last release
1 year ago

@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
});
8.3.14

1 year ago

8.3.15

1 year ago

8.3.16

1 year ago

8.3.17

1 year ago

8.3.18

1 year ago

8.3.19

1 year ago

8.3.13

1 year ago

8.3.12

1 year ago

8.3.11

1 year ago

8.3.10

1 year ago

8.3.9

1 year ago

8.3.8

2 years ago

8.3.7

2 years ago

8.3.6

2 years ago

8.3.5

2 years ago

8.3.2

2 years ago

8.3.1

2 years ago

8.3.4

2 years ago

8.3.3

2 years ago

8.3.0

2 years ago

8.2.6

2 years ago

8.2.3

3 years ago

8.2.5

2 years ago

8.2.4

3 years ago

8.2.2

3 years ago

8.2.1

3 years ago

8.1.0

4 years ago

8.2.0

4 years ago

8.0.9

4 years ago

8.0.8

4 years ago

8.0.7

4 years ago

8.0.6

4 years ago

8.0.3

4 years ago

8.0.5

4 years ago

8.0.4

4 years ago

8.0.2

4 years ago

8.0.1

4 years ago

8.0.0-beta.9

4 years ago

8.0.0-beta.8

4 years ago

8.0.0-beta.7

4 years ago

8.0.0-beta.6

4 years ago

8.0.0-beta.5

4 years ago

8.0.0-beta.4

4 years ago

8.0.0-beta.3

5 years ago

8.0.0-beta.2

5 years ago

8.0.0-beta.1

5 years ago

8.0.0-beta.0

5 years ago