lightsheet-team / lightsheet

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Change sheet fields to private and refactor the code #98

Closed Yousif-FJ closed 2 months ago

Yousif-FJ commented 3 months ago

You can access private field in the tests by using myClass['privateProp'] or for methods: myClass['privateMethod']().