Describe the bug
Importing Screen results in a FileNotFoundError when it gets to testing_library = (Path(__file__).parent / Path("main.js")).read_text()
To Reproduce
Steps to reproduce the behavior:
- Create new file with
from selenium_testing_library import Screen
- Run file
- See error