Unit tests fail in Windows
Open
- Dominant language
- JavaScript
- Stars
- 98
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
The Jest unit tests run fine in MacOS and Linux, fail on Windows 10 (latest versions of everything to date)
```
[7632]: c:\ws\src\node_file.cc:1441: Assertion `(argc) >= (3)' failed.
1: 00007FF611DEC6AA v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+4506
2: 00007FF611DC7416 node::MakeCallback+4534
3: 00007FF611DC74CF node::MakeCallback+4719
4: 00007FF611D8C863 uv_loop_fork+31731
5: 00007FF6122F4382 std::vector >::_Umove+79442
6: 00007FF6122F580D std::vector >::_Umove+84701
7: 00007FF6122F4866 std::vector >::_Umove+80694
8: 00007FF6122F474B std::vector >::_Umove+80411
9: 0000034AD45DC5C1
```
Contributor guide
Assessment
This issue has not been assessed yet.