Refactor scripts (#2465)

* Refactor all kinds of scripts

* Update docs to ensure linter passes
This commit is contained in:
Isiah Meadows 2019-07-27 15:12:49 -04:00 committed by GitHub
parent 62172cbe08
commit 48e7fd1711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1695 additions and 340 deletions

View file

@ -150,7 +150,7 @@ module.exports = MyComponent
You could easily create a few unit tests for that.
```js
```javascript
var mq = require("mithril-query")
var MyComponent = require("./MyComponent")