astro-accelerator-utils
Version:
Astro utilities for Astro Accelerator.
47 lines (28 loc) • 1.19 kB
Markdown
# Astro Accelerator Utils
[](https://github.com/Steve-Fenton/astro-accelerator-utils/actions/workflows/build-astro.yml)
Utility classes for Astro Accelerator
[](https://www.npmjs.com/package/astro-accelerator-utils/)
[](https://www.npmjs.com/package/astro-accelerator-utils/)
## Overview
This package is tested with CucumberJS. The tests are written in the features folder and are run using the `pnpm test` command.
See [TEST.md](TEST.md) for detailed test results and coverage information.
## Update Type Information
Run the command:
```bash
pnpm types
```
## Running Tests
Run the command:
```bash
pnpm test
```
To generate a coverage report in TEST.md, run:
```bash
pnpm test:report
```
## Create new version
Run the command:
```bash
pnpm refresh
```
This updates dependencies, increments the version number, and re-runs types and tests. If successful, committing the change updates the package on NPM.