MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / path.test.ts

File path.test.ts

packages/core/test/lib/utils/path.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from 'vitest';
2import { basename, dirname } from '../../../src/utils/path';
3
4describe('path', () => {

Callers

nothing calls this directly

Calls 3

testFunction · 0.90
basenameFunction · 0.90
dirnameFunction · 0.90

Tested by

no test coverage detected