diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-18 01:06:26 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-18 01:06:26 +0100 |
commit | 4eecf36b02f3dee502d97ac1d4b72d19d61da4ce (patch) | |
tree | a2cd70078019a1e98280040c15d77c26ab9d2a5e /dev-wallet-wx.rst | |
parent | 89602bbb777f8fb881b6727af9522f9196e2da16 (diff) | |
download | docs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.tar.gz docs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.tar.bz2 docs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.zip |
restructuring and linking extension
Diffstat (limited to 'dev-wallet-wx.rst')
-rw-r--r-- | dev-wallet-wx.rst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-wallet-wx.rst b/dev-wallet-wx.rst index 5790f80..d5b7c21 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``. + |