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 dbeab3a commit 66767c0Copy full SHA for 66767c0
test/integration/kubernetes.test.ts
@@ -38,6 +38,8 @@ tap.test('deploy snyk-monitor', async (t) => {
38
try {
39
// attempt to clean up ...
40
await tearDown();
41
+ } catch (teardownError) {
42
+ // ignore cleanup errors
43
} finally {
44
// ... but make sure the test suite doesn't proceed if the setup failed
45
process.exit(-1);
0 commit comments