https://github.com/ericmorand/c8-with-bundle
https://github.com/ericmorand/c8-with-bundle
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmorand/c8-with-bundle
- Owner: ericmorand
- Created: 2024-05-08T07:58:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T15:46:30.000Z (about 2 years ago)
- Last Synced: 2025-08-26T08:43:49.279Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C8 With Bundle
A project to check how C8 behaves with bundles.
## Usage
### Build the test suite
```shell
npm run build:test
```
### Check the coverage using C8
```shell
npm run c8
```
### Check the coverage using Monocart Coverage Reports
```shell
npm run mcr
```
### Check the coverage from a sub-directory
```shell
cd src/test
npx mcr ts-node index.ts
```