element-web/test
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
..
app-tests replace q method calls with bluebird ones 2017-07-13 00:50:01 +01:00
unit-tests/notifications Don't include src in the test resolve root 2017-05-26 14:02:03 +01:00
.eslintrc.js
all-tests.js
skin-sdk.js Don't include src in the test resolve root 2017-05-26 14:02:03 +01:00
test-utils.js replace imports of `q` with bluebird 2017-07-13 00:48:31 +01:00