Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Jul 29, 2024
1 parent 2ac7d76 commit 326e787
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ JUnit Jupiter offers a
for customizing how temporary directories are created via the `@TempDir` annotation.
The SPI allows libraries like Jimfs to provide their own implementation.

According to [google/jimfs#258](https://github.com/google/jimfs/issues/258),
Google is not yet a JUnit Jupiter user and first-party support may only be provided when Google adopts JUnit Jupiter.
I asked Google to provide first-party support in [google/jimfs#258](https://github.com/google/jimfs/issues/258).
However, Google has not yet started using JUnit Jupiter and first-party support can only be provided when Google
does so.

For this reason, I decided to implement this extension to aid all the users that would like a smooth integration between
Jimfs and JUnit Jupiter.
For this reason, I decided to implement this extension to aid all the users that would like a smooth integration
between Jimfs and JUnit Jupiter.
If Google ever offers first-party support for this integration, this project will likely be discontinued.

## Compatibility
Expand Down

0 comments on commit 326e787

Please sign in to comment.