Skip to main content
Module

x/workers_router/test/router.test.js.map

A router for Worker Runtimes such and Cloudflare Workers or Service Workers.
Go to Latest
File
{"version":3,"file":"router.test.js","sourceRoot":"","sources":["router.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE;IACjB,MAAM,CAAC,IAAI,YAAY,EAAE,CAAC,CAAC,WAAW,CAAA;AACxC,CAAC,CAAC,CAAA","sourcesContent":["import { WorkerRouter } from '../src/index';\n\ntest('hello', () => {\n expect(new WorkerRouter()).toBeDefined\n})"]}