riot-web/test
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
..
components replace imports of `q` with bluebird 2017-07-12 18:05:08 +01:00
i18n
img
stores replace imports of `q` with bluebird 2017-07-12 18:05:08 +01:00
utils
.eslintrc.js
all-tests.js
mock-clock.js
skinned-sdk.js
test-utils.js replace imports of `q` with bluebird 2017-07-12 18:05:08 +01:00