Changes:
- Support more file extensions (36d1292) (thanks @brettcannon)
Changes:
- Upgrade to ReScript 11 (84dd417)
- curried
testWith
-> uncurriedcreateTestWith
(84dd417) - curried
testAsyncWith
-> uncurriedcreateTestAsyncWith
(84dd417)
Changes:
- Bump jsdom & min node version (584037f) (thanks @remitbri)
Changes:
- Bump jsdom (d75a31a)
Changes:
- ReScript 10 compat (breaking) (7692ef8)
Fixes:
- Fix default URL (693ad27)
Changes:
- Bump jsdom to 20.0.0 (d487eb7)
Changes:
- Update JSDom (thanks @remitbri) (c3341c7)
Features:
- Allow glob if OS doesn't support it (9653865)
Features:
- Support out-of-source compilation (fa3ea5e)
Changes:
- Update to ReScript (9f94604)
- Remove dependency on Future (9f94604)
Fixes:
- Fix incorrect reporting count (3b7facc)
Changes:
- Infer suffix from passed files (037c2cb)
Features:
- Fix JSDOM version (a74941b)
Features:
- Handle custom BS suffixes (dd16c8a)
Fixes:
- Fixed a bug in total count (a5cf6b2, c2df817)
Fixes:
- Fixed CLI (7da3f98)
Fixes:
- Fixed CLI (2225fc5)
Changes:
- Breaking: removed ESM to use Node's module system (c39fa38)
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)
Changes:
- Update rescript-js (7a98399)
Changes:
- Update rescript-js (c657d91)
Changes:
- Update rescript-js (cc15d28)
Fixes:
- Alternative way to load ESM (32c2aa6)
Fixes:
- Fix bin (a57c02f)
Features:
- Support ES modules (76fe430)
Features:
- Add support for env file (682e57c)
Features:
- Add async
planned
count (9ee7c4d)
Fixes:
- Add HTTP mocking support (5313313)
Fixes:
- Fix
with-dom
accessible properties (d67f090)
Changes:
- Add
--with-dom
option (5a75812, 829cfa3)
Changes:
- Cleaner setup & teardown (dc63e65)
Changes:
- Remove default comparators & simplify signature (138f72b)
Features:
- Work in browser (f4b7665)
Initial release