element-web/test/app-tests
Richard van der Hoff d5b550f89a 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-13 00:50:01 +01:00
..
joining.js replace q method calls with bluebird ones 2017-07-13 00:50:01 +01:00
loading.js replace q method calls with bluebird ones 2017-07-13 00:50:01 +01:00