MCPcopy
hub / github.com/QwikDev/qwik / platform.unit.ts

File platform.unit.ts

packages/qwik/src/server/platform.unit.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, beforeEach, afterEach, vi } from 'vitest';
2import { createPlatform, getSymbolHash } from './platform';
3
4describe('server platform', () => {

Callers

nothing calls this directly

Calls 3

createPlatformFunction · 0.90
getSymbolHashFunction · 0.90
setMethod · 0.65

Tested by

no test coverage detected