initial commit (work in progress)
This commit is contained in:
parent
13fdb60f66
commit
559369016d
83 changed files with 10461 additions and 0 deletions
12
test-utils/README.md
Normal file
12
test-utils/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue