diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2016-12-20 12:03:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-20 12:03:07 +0000 |
commit | fb91b1f18269c5b681c972dc4448858db0966c3a (patch) | |
tree | ec9603f71bdfab34e4b3e401f123698e0fde7196 /javascript/.gitignore | |
parent | 819f0d24dbd92acd29b588f618d7830943bc18f9 (diff) | |
parent | e2e398bd94c5e6be8b2e0a7ae9a74687a4dcf863 (diff) |
Merge pull request #41 from matrix-org/rav/js_tests
Add some tests for the Javascript wrappers
Diffstat (limited to 'javascript/.gitignore')
-rw-r--r-- | javascript/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/.gitignore b/javascript/.gitignore index 603fe7c..ec22345 100644 --- a/javascript/.gitignore +++ b/javascript/.gitignore @@ -2,3 +2,4 @@ /node_modules /npm-debug.log /olm.js +/reports |