Skip to content

Commit a37b58a

Browse files
author
tohosaku
authored
Update README.md
1 parent 2417ac6 commit a37b58a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This plugin makes it easy to test ES modules with [importmap-rails](https://github.com/rails/importmap-rails) when using Rails 7 or later.
44
It integrates the [Mocha](https://mochajs.org/) JavaScript testing library (using [Chai](https://www.chaijs.com/) as the assertion library, [@mswjs/interceptors](https://github.com/mswjs/interceptors) as the mocking library) and runs tests for ES modules delivered with importmap in the browser.
55

6+
| Library | Version |
7+
|-------------------------------------------|---------|
8+
| [Mocha](https://mochajs.org/) | 11.1.0 |
9+
| [Chai](https://www.chaijs.com/) | 5.1.2 |
10+
| [@mswjs/interceptors](https://github.com/mswjs/interceptors) | 0.37.5 |
11+
612
[More useful in combination with the rails_live_reload gem](#use-with-rails_live_reload-gem)
713

814
# Installation

0 commit comments

Comments
 (0)