Do you want to request a feature or report a bug?
Bug
What is the current behavior?
linux 4.14, jest@21.3.0-beta.13, node v9.2.0
jest
RUNS src/dates/__tests__/math.test.ts
/usr/bin/node[23297]: ../src/node_file.cc:835:void node::RealPath(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `(args.Length()) >= (2)' failed.
1: node::Abort() [node]
2: node::Assert(char const* const (*) [4]) [node]
3: 0x5595756fed3d [node]
4: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [node]
5: 0x5595750292df [node]
6: 0x55957502982f [node]
7: 0x2e88c60842fd
error Command failed with signal "SIGABRT".
linux 4.14, jest@21.3.0-beta.13, node v8.9.2 - works as expected.
This seems to be true for any example - I created a simple-as-possible example to make sure it was still broken.
https://github.com/cwmoo740/jest-node-9
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
linux 4.14, jest@21.3.0-beta.13, node v9.2.0
jestlinux 4.14, jest@21.3.0-beta.13, node v8.9.2 - works as expected.
This seems to be true for any example - I created a simple-as-possible example to make sure it was still broken.
https://github.com/cwmoo740/jest-node-9