blob: e13958ff63981acf609aca3c70a1f2771fb405de [file] [log] [blame]
Test stack trace detection heuristic.
== Running test suite: WI.StackTrace.isLikelyStackTrace
-- Running test case: notStacktrace
PASS: Should NOT be a stacktrace.
-- Running test case: typeErrorWrap
FAIL: Should be a stacktrace.
Expected: truthy
Actual: false
-- Running test case: getAnonymousFunctionError
PASS: Should be a stacktrace.
-- Running test case: testWithNativeCallInBetween
FAIL: Should be a stacktrace.
Expected: truthy
Actual: false