We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69db78 commit 2dc38e6Copy full SHA for 2dc38e6
packages/node/test/stacktrace.test.ts
@@ -1,3 +1,15 @@
1
+/**
2
+ * stack-trace - Parses node.js stack traces
3
+ *
4
+ * These tests were originally forked to fix this issue:
5
+ * https://github.com/felixge/node-stack-trace/issues/31
6
7
+ * Mar 19,2019 - #4fd379e
8
9
+ * https://github.com/felixge/node-stack-trace/
10
+ * @license MIT
11
+ */
12
+
13
import { extractStackFromError } from '../src/eventbuilder';
14
15
function testBasic() {
0 commit comments