https://github.com/tech-systems/panejs-jest-test
Example of testing panejs with jest
https://github.com/tech-systems/panejs-jest-test
Last synced: 10 months ago
JSON representation
Example of testing panejs with jest
- Host: GitHub
- URL: https://github.com/tech-systems/panejs-jest-test
- Owner: tech-systems
- Created: 2024-09-12T04:21:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T04:29:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T20:18:27.514Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run tests
# Pane.js Jest Test
This project demonstrates the usage of CupertinoPane with Jest for testing DOM-related functionalities in a Node.js environment. The project uses Jest with the jsdom environment to simulate the browser and run tests effectively.
## Installation
```bash
git clone https://github.com/your-username/panejs-jest-test.git
cd panejs-jest-test
npm install
```
## Usage
```bash
npm test
```