mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 00:59:47 -06:00
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com> Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
15 lines
439 B
Markdown
15 lines
439 B
Markdown
# Web Config
|
|
|
|
Internal package to standardize this repo's web-related configuration
|
|
|
|
**includes:**
|
|
- a base webpack config that we share and build upon between many projects
|
|
- utilities for setting up nodejs unit testing in a mocked web environment.
|
|
- anything else that keeps web-related configuration common to multiple packages in-sync and DRY.
|
|
|
|
## Installing
|
|
N/A - handled by the top level `yarn install`
|
|
|
|
## Developing & Testing
|
|
N/A
|