Rocky_Mountain_Vending/.pnpm-store/v10/files/03/586cb8db11c7027712c1fad54f74d38cd8098e834436d2f7c3cdfcf332cdb4608da10228e4d6b6afb8ebfbf8d0282c8264413b6ee25af0bf5c19efe09aa2c4
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

17 lines
604 B
Text

These tests are organized as follows:
* Located in the `hook` directory if they use the `Hook` class.
* Located in the `low-level` directory if they use the "low-level" API,
`addHook` and `removeHook`.
* Other tests are in other adjacent directories.
The tests can be run individually as Node.js programs with non-zero exit codes
upon failures. They should be run with the following Node.js command-line
options (assuming they're run from the project root):
```
--require ./test/version-check.js
--experimental-loader ./test/generic-loader.mjs
```
The entire test suite can be run with `npm test`.