# rewriter

This package contains logic for rewriting JS/HTML that flows through the Cypress proxy.

## Testing

Tests are located in [`./test`](./test)

To run tests:

```shell
yarn test
```

Additionally, the `server` and `proxy` packages contain integration tests that exercise the `rewriter`.
