Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinyadapter/webgal_parser

WebGAL Parser: The Next Generation
https://github.com/tinyadapter/webgal_parser

Last synced: about 11 hours ago
JSON representation

WebGAL Parser: The Next Generation

Awesome Lists containing this project

README

        

# WebGAL Parser: The Next Generation

## Development

### Run all tests

```sh
yarn test
```

### Run a specific test

```sh
yarn test -t TEST_NAME
```

### Trace the parsing process

Since this print a verbose test tree, we typically use for a specific test:

```sh
yarn test-trace -t TEST_NAME
```

Or, if all tests are needed:

```sh
yarn test-trace
```