summaryrefslogtreecommitdiff
path: root/dev-wallet-wx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'dev-wallet-wx.rst')
-rw-r--r--dev-wallet-wx.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-wallet-wx.rst b/dev-wallet-wx.rst
index 5790f801..d5b7c21a 100644
--- a/dev-wallet-wx.rst
+++ b/dev-wallet-wx.rst
@@ -91,4 +91,16 @@ IndexedDB Query Abstractions
The *wxwallet* uses a fluent-style API for queries on IndexedDB.
-TODO: say more
+TODO: say more about this
+
+
+-------
+Testing
+-------
+
+Test cases for the wallet are written in TypeScript and
+run with `mochajs <http://mochajs.org/>`_ and the `better-assert <https://github.com/tj/better-assert>`_ assertion
+library.
+
+Run the default test suite with ``XXX``.
+