mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
13 lines
249 B
Markdown
13 lines
249 B
Markdown
# 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
|