I\'m trying to write a test using JEST to a class I wrote with static properties that resembles the following:
class DataManager { static #data = null;