element-web/test/components/structures
Richard van der Hoff a06bd84213 replace imports of q with bluebird
update `package.json`

```
find src test -name '*.js' |
   xargs perl -i -pe 'if (/require\(.[qQ].\)/) { $_ = "import Promise from '\''bluebird'\'';\n"; }'

find src test -name '*.js' |
   xargs perl -i -pe 'if (/import [qQ]/) { $_ = "import Promise from '\''bluebird'\'';\n"; }'
```
2017-07-12 18:05:08 +01:00
..
login Write some tests for the RTS UI 2017-05-17 09:46:17 +01:00
MessagePanel-test.js Inject MatrixClient into React context in tests 2016-11-14 18:22:56 +00:00
ScrollPanel-test.js replace imports of q with bluebird 2017-07-12 18:05:08 +01:00
TimelinePanel-test.js replace imports of q with bluebird 2017-07-12 18:05:08 +01:00