This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tg/always-run-all-tests
pulumi
/
tests
/
integration
/
nodejs
/
sourcemap-in-test
/
index.ts
6 lines
103 B
TypeScript
Raw
Permalink
Blame
History
export
function
willThrow() {
if
(
true
)
{
throw
new
Error
(
"this is a test error"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink