https://github.com/jakebailey/esmock-source-map-bug
https://github.com/jakebailey/esmock-source-map-bug
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakebailey/esmock-source-map-bug
- Owner: jakebailey
- License: mit
- Created: 2022-08-14T21:02:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T21:23:33.000Z (almost 4 years ago)
- Last Synced: 2025-11-12T22:31:53.060Z (7 months ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esmock-source-map-bug
To run with source maps, run `npm run test`. esmock will fail unless the provided module path is absolutel
To run without source maps, run `npm run test-no-maps`. This works.