eclipsesource / eclipsesource/tabris-js
Allow loading tabris module without a window object
Open
feature
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
For running unit tests in a node environment, it should be possible to load the `tabris` module even when there is no global `window` object. Currently, this is not possible:
```
> require("tabris");
ReferenceError: window is not defined
```
Contributor guide
Assessment
This issue has not been assessed yet.