Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit f00d27b

Browse files
committed
docs: add external references
1 parent 1cfdc3f commit f00d27b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ Please read the [Contributing guidelines](CONTRIBUTING.md).
7878

7979
### Running Tests
8080

81-
We are using [nodeunit](https://github.com/caolan/nodeunit) to test. To run
82-
tests, first install nodeunit and any dependencies via npm:
81+
To run tests, first install nodeunit and any dependencies via npm:
8382

8483
```sh
85-
npm install
84+
npm ci
8685
```
8786

8887
Run tests with:
@@ -91,6 +90,14 @@ Run tests with:
9190
npm test
9291
```
9392

93+
## Inspiration
94+
Many test approaches and patterns were copied from:
95+
- https://github.com/cypress-io/cypress-webpack-preprocessor
96+
- https://github.com/cypress-io/cypress-watch-preprocessor
97+
98+
## Alternatives
99+
- https://github.com/bahmutov/cy-rollup
100+
94101
## License
95102

96103
This project is licensed under the terms of the [MIT license](/LICENSE).

0 commit comments

Comments
 (0)