mithril-vndb/test-utils
Isiah Meadows 4a641092dc
Officially drop IE9-10 support, pull out our hacks (#2296)
- I also fixed a bunch of related comments
- I had to polyfill `requestAnimationFrame` for Node
- Drive-by: run `eslint . --fix`
- Drive-by: update transpiling info in CONTRIBUTING.md
- Drive-by: we aren't the only ones going semicolon-free
2018-11-27 18:04:15 -05:00
..
tests Officially drop IE9-10 support, pull out our hacks (#2296) 2018-11-27 18:04:15 -05:00
browserMock.js The browserMock $window must be reachable from the pushStateMock 2016-12-07 17:07:37 +01:00
callAsync.js fix event removal in diff 2016-08-12 22:08:02 -04:00
components.js Chore: Fix lint issues and add indent with tabs 2017-03-11 15:54:41 -06:00
domMock.js Officially drop IE9-10 support, pull out our hacks (#2296) 2018-11-27 18:04:15 -05:00
parseURL.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
pushStateMock.js feat: perf testing (#1789) 2017-04-13 09:48:30 -07:00
README.md Add editorconfig, resolve differences 2016-06-18 03:22:12 -04:00
throttleMock.js Lint 2017-06-14 00:15:08 +02:00
xhrMock.js fix issue 1919 2017-08-03 13:48:19 -07:00

Test utils

Utilities for testing Mithril

Version: 1.0 License: MIT

About

  • pushStateMock - mock for history.pushState and location
  • ajaxMock - mock for XMLHttpRequest and JSONP transporters
  • parseURL - helper function for URL parsing