MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / utils.test.ts

File utils.test.ts

packages/sveltekit/test/common/utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2import { getRouteId, isHttpError, isRedirect } from '../../src/common/utils';
3
4describe('isRedirect', () => {

Callers

nothing calls this directly

Calls 4

isRedirectFunction · 0.90
isHttpErrorFunction · 0.90
getRouteIdFunction · 0.90
fnFunction · 0.50

Tested by

no test coverage detected