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

https://github.com/ericmorand/c8-with-bundle


https://github.com/ericmorand/c8-with-bundle

Last synced: 2 months ago
JSON representation

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
```