6.3.3 • Published 1 day ago

@twilio/flex-plugin-utils-jest v6.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

npm npm NpmLicense

Flex Plugin Utils Jest

Jest extensions used throughout Flex Plugin Builder

Extension

This library provides the following extensions to Jest

toMatchPath(expected: string)

This method can be used to check for path and is OS agnostic.

// Use symmetrically
expect('/path/to/file1').toMatchPath('/path/to/file1');

// Use asymmetrically
expect(fn).toHaveBeenCalledWith(expect.toMatchPath('/path/to/file1'));

toMatchPathContaining(expected: string)

Similar to toMatchPath but will do partial match

// Use symmetrically
expect('/path/to/file1').toMatchPathContaining('to/file1');

// Use asymmetrically
expect(fn).toHaveBeenCalledWith(expect.toMatchPathContaining('to/file1'));

Contributors

Thank you to all the lovely contributors to this project. Please check the main repository to see all contributors.

License

MIT

7.0.3-beta.0

9 days ago

7.0.1-beta.0

10 days ago

7.0.2-beta.0

9 days ago

6.3.3

1 month ago

6.3.3-beta.0

2 months ago

7.0.0-beta.0

2 months ago

6.3.2

3 months ago

6.3.1

3 months ago

6.3.0

3 months ago

6.2.1

7 months ago

6.2.0

7 months ago

6.2.3

7 months ago

6.2.2

7 months ago

6.1.2

12 months ago

6.1.1

1 year ago

6.1.0

1 year ago

6.0.4

1 year ago

5.2.26-beta.0

2 years ago

5.2.25-beta.0

2 years ago

5.2.24-beta.0

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago

5.2.3-beta.0

2 years ago

5.2.1-beta.0

2 years ago

5.2.20-beta.0

2 years ago

5.2.23-beta.0

2 years ago

5.2.21-beta.0

2 years ago

5.2.22-beta.0

2 years ago

5.2.6-beta.0

2 years ago

5.2.5-beta.0

2 years ago

5.2.9-beta.0

2 years ago

5.2.8-beta.0

2 years ago

5.2.7-beta.0

2 years ago

5.2.0

2 years ago

5.2.4-beta.0

2 years ago

5.2.2-beta.0

2 years ago

5.2.17-beta.0

2 years ago

5.2.16-beta.0

2 years ago

5.2.15-beta.0

2 years ago

5.2.14-beta.0

2 years ago

5.2.13-beta.0

2 years ago

5.2.12-beta.0

2 years ago

5.2.18-beta.0

2 years ago

5.2.11-beta.0

2 years ago

5.2.19-beta.0

2 years ago

5.2.10-beta.0

2 years ago

5.1.3

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

5.0.6

2 years ago

5.0.5

2 years ago

5.0.4

2 years ago

5.0.3

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

5.0.9-beta.0

2 years ago

5.0.8-beta.0

2 years ago

5.0.7-beta.0

2 years ago

5.0.6-beta.0

2 years ago

5.0.5-beta.0

2 years ago

5.0.4-beta.0

2 years ago

5.0.3-beta.0

2 years ago

5.0.2-beta.0

2 years ago

5.0.1-beta.0

2 years ago

5.0.0-beta.0

2 years ago