Skip to content

Commit 383ae52

Browse files
authored
Update dev-packages/e2e-tests/test-applications/node-express/tests/errors.test.ts
1 parent a5c6811 commit 383ae52

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/node-express/tests

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/node-express/tests/errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test('Should record caught exceptions with local variable', async ({ baseURL })
4141
expect(frames?.[frames.length - 1]?.vars?.randomVariableToRecord).toBeDefined();
4242
});
4343

44-
test('To not crush app from withMonitor', async ({ baseURL }) => {
44+
test('To not crash app from withMonitor', async ({ baseURL }) => {
4545
const doRequest = async (id: number) => {
4646
const response = await fetch(`${baseURL}/crash-in-with-monitor/${id}`)
4747
return response.json();

0 commit comments

Comments
 (0)