We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a1fa1 + 39da98f commit a898dfbCopy full SHA for a898dfb
test/acceptance/fake-server.ts
@@ -15,7 +15,6 @@ export function fakeServer(root, apikey) {
15
const server = restify.createServer({
16
name: 'snyk-mock-server',
17
version: '1.0.0',
18
- handleUncaughtExceptions: true,
19
}) as FakeServer;
20
server._reqLog = [];
21
server.popRequest = () => {
0 commit comments