rescript-test
Version:
> A lightweight test framework for ReScript
212 lines (108 loc) • 2.41 kB
Markdown
## 7.0.1
Changes:
- Support more file extensions (36d1292) (thanks @brettcannon)
## 7.0.0
Changes:
- Upgrade to ReScript 11 (84dd417)
- curried `testWith` -> uncurried `createTestWith` (84dd417)
- curried `testAsyncWith` -> uncurried `createTestAsyncWith` (84dd417)
## 6.0.0
Changes:
- Bump jsdom & min node version (584037f) (thanks @remitbri)
## 5.0.0
Changes:
- Bump jsdom (d75a31a)
## 4.0.0
Changes:
- ReScript 10 compat (breaking) (7692ef8)
## 3.4.1
Fixes:
- Fix default URL (693ad27)
## 3.4.0
Changes:
- Bump jsdom to 20.0.0 (d487eb7)
## 3.3.0
Changes:
- Update JSDom (thanks [@remitbri](https://github.com/remitbri)) (c3341c7)
## 3.2.0
Features:
- Allow glob if OS doesn't support it (9653865)
## 3.1.0
Features:
- Support out-of-source compilation (fa3ea5e)
## 3.0.0
Changes:
- Update to ReScript (9f94604)
- Remove dependency on Future (9f94604)
## 2.0.7
Fixes:
- Fix incorrect reporting count (3b7facc)
## 2.0.6
Changes:
- Infer suffix from passed files (037c2cb)
## 2.0.5
Features:
- Fix JSDOM version (a74941b)
## 2.0.4
Features:
- Handle custom BS suffixes (dd16c8a)
## 2.0.3
Fixes:
- Fixed a bug in total count (a5cf6b2, c2df817)
## 2.0.2
Fixes:
- Fixed CLI (7da3f98)
## 2.0.1
Fixes:
- Fixed CLI (2225fc5)
## 2.0.0
Changes:
- **Breaking**: removed ESM to use Node's module system (c39fa38)
## 1.0.0
Changes:
- **Breaking**: Removed HTTP mocking, this doesn't play well with React testing as `act` needs to sync with actions, prefer to pass a mock over props (26c9d20)
- Removed dependencies (26c9d20)
## 0.7.0
Changes:
- Update rescript-js (7a98399)
## 0.6.5
Changes:
- Update rescript-js (c657d91)
## 0.6.4
Changes:
- Update rescript-js (cc15d28)
## 0.6.3
Fixes:
- Alternative way to load ESM (32c2aa6)
## 0.6.2
Fixes:
- Fix bin (a57c02f)
## 0.6.1
Features:
- Support ES modules (76fe430)
## 0.6.0
Features:
- Add support for env file (682e57c)
## 0.5.1
Features:
- Add async `planned` count (9ee7c4d)
## 0.5.0
Fixes:
- Add HTTP mocking support (5313313)
## 0.4.1
Fixes:
- Fix `with-dom` accessible properties (d67f090)
## 0.4.0
Changes:
- Add `--with-dom` option (5a75812, 829cfa3)
## 0.3.0
Changes:
- Cleaner setup & teardown (dc63e65)
## 0.2.0
Changes:
- Remove default comparators & simplify signature (138f72b)
## 0.1.1
Features:
- Work in browser (f4b7665)
## 0.1.0
Initial release