Skip to content

Tags: MithrilJS/ospec

Tags

Verified

This commit was signed with the committer’s verified signature.
dead-claudia Claudia Meadows

v4.1.6

v4.1.6 skip non-enumerable properties for `.deepEquals()`, fix #24

v4.1.2

update the docs

v4.1.1

v4.1.1: Fix the runner for Node v12 and assorted test fixes

- Fix the runner for Node.js v12 (which parses dynamic `import()` calls, but rejects the promise)
- Fix a Windows compat. issue in the test suite
- Wrap the content of `o.run()` callbacks in a try/catch block
- Add a `done()` callback to an async test
- Other minor superficial tweaks (remove typos and extraneous parens, move an array for convenience)