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 3cc8eb6 commit 9405d71Copy full SHA for 9405d71
packages/node-experimental/test/helpers/error.ts
@@ -1,3 +1,4 @@
1
+/* this method is exported from an external file to be able to test contextlines when adding an external file */
2
export function getError(): Error {
3
return new Error('mock error');
4
}
0 commit comments