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 abfe788 commit badd02dCopy full SHA for badd02d
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