J Silverstein
J Silverstein
The `node_redis` documentation [recommends](https://github.com/NodeRedis/node_redis#bluebird-promises) promisifying like so: ```js bluebird.promisifyAll(redis.Multi.prototype) bluebird.promisifyAll(redis.RedisClient.prototype) ``` However, this does not work for `redis-mock`: `Cannot read property Multi of undefined`. It would be ideal if this...
Prettier rules: - No semicolons - Single quotes except in JSX - No trailing commas Linter rules: - Two space indents
- [ ] Utility methods - [ ] Server routes & controllers - [ ] Models & database tests (need to add `if (process.env.NODE_ENV === 'TEST')` to db config) -...
Fire and ice API now requires `https` instead of `http`.