Skip to content

Commit 2dc38e6

Browse files
committed
Re-add forked comments
1 parent c69db78 commit 2dc38e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/node/test/stacktrace.test.ts

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
import { extractStackFromError } from '../src/eventbuilder';
214

315
function testBasic() {

0 commit comments

Comments
 (0)