Refactor scripts (#2465)
* Refactor all kinds of scripts * Update docs to ensure linter passes
This commit is contained in:
parent
62172cbe08
commit
48e7fd1711
23 changed files with 1695 additions and 340 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue