element-web/test
Richard van der Hoff 0d7cc59d99 replace q method calls with bluebird ones
```
find src test -name '*.js' |
    xargs perl -i -pe 's/q\.(all|defer|reject|delay|try|isFulfilled)\(/Promise.$1(/'
```
2017-07-12 18:05:40 +01:00
..
components replace q method calls with bluebird ones 2017-07-12 18:05:40 +01:00
i18n Fix languages.json 2017-06-01 21:10:32 +02:00
img Fix a load of warnings in the tests 2016-10-11 14:20:40 +01:00
stores q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00
utils rewrite MegolmExportEncryption using async/await 2017-06-08 14:45:01 +01:00
.eslintrc.js de-lint MegolmExportEncryption + test 2017-06-08 14:29:53 +01:00
all-tests.js Make it possible to only run one test file each time 2016-04-07 17:49:39 +01:00
mock-clock.js Some basic tests for MessagePanel 2016-03-31 00:48:46 +01:00
skinned-sdk.js Sort alphabetically (and name consistently) 2016-06-17 15:46:31 +01:00
test-utils.js q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00