From 0f5b87dd9e899e2706454dc862e267d8626a93c2 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Fri, 16 Apr 2021 14:27:50 -0700 Subject: [PATCH] Delete README.md --- test-utils/README.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test-utils/README.md diff --git a/test-utils/README.md b/test-utils/README.md deleted file mode 100644 index ab4c93490..000000000 --- a/test-utils/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# 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