woocommerce / woocommerce-paypal-payments

https://wordpress.org/plugins/woocommerce-paypal-payments/
GNU General Public License v2.0
61 stars 47 forks source link

Add ESLint and Testing Library for JS code (3170) #2384

Closed Dinamiko closed 16 hours ago

Dinamiko commented 4 days ago

This PR add ESLint for code style and Testing Library for testing JS code.

For ESLint it uses the WooCommerce eslint plugin so we’ll follow the same rules as in WooCommerce plugin, there is also possible to add our own custom rules of top of the existing ones.

For Testing Library it uses both, the DOM Testing Library for vanilla JS and React Testing Library for testing blocks related code.

A couple of basic tests are included in the PR demonstrating how DOM and React tests could be created.