OZ Token Tests For Hardhat

Hi All,

I am currently working on a few simple tokens (721 & 20) which I am inheriting from OZ. I wanted to make use of all the behavior tests which OZ offers however these tests only seem to work out of the box for Truffle not for Hardhat. For example, the {from: account} which I see on the OZ repo needs to be token.connect(account).mint().

I have been refactoring the behavior tests one by one to account for such changes, and I just wanted to know if there is any spot I maybe missed where OZ has working tests that are compatible with hardhat tests or whether such behavior tests are in the pipeline.

Thx for everything!