https://github.com/pseitz/swc-typescript-mocha
example project using swc with mocha and typescript
https://github.com/pseitz/swc-typescript-mocha
Last synced: about 2 months ago
JSON representation
example project using swc with mocha and typescript
- Host: GitHub
- URL: https://github.com/pseitz/swc-typescript-mocha
- Owner: PSeitz
- Created: 2020-03-07T14:13:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:20:47.000Z (over 3 years ago)
- Last Synced: 2025-05-31T18:26:38.024Z (about 1 year ago)
- Language: TypeScript
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swc-typescript-mocha
example project using swc with mocha and typescript
### run mocha tests with swc
`npm test`
### VS-Code debugging
There is a vscdoe launch.json to run the mocha tests from witihn vscode.
There are entries with babel and swc, but the swc breakpoints don't work correctly, probably related to missing sourcemaps.