An open API service indexing awesome lists of open source software.

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

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
```