An open API service indexing awesome lists of open source software.

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

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.