mirror of https://gitlab.com/curben/blog
post(tags): remove 'dev'
This commit is contained in:
parent
1610386252
commit
6c3b8bb51f
|
@ -4,7 +4,6 @@ excerpt: Guides and potential pitfalls
|
||||||
date: 2019-10-03
|
date: 2019-10-03
|
||||||
lastUpdated: 2020-04-18
|
lastUpdated: 2020-04-18
|
||||||
tags:
|
tags:
|
||||||
- dev
|
|
||||||
- gitlab
|
- gitlab
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ excerpt: Jest = Chai + Mocha + NYC + Sinon
|
||||||
date: 2019-12-30
|
date: 2019-12-30
|
||||||
tags:
|
tags:
|
||||||
- javascript
|
- javascript
|
||||||
- dev
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Recently, I finally implement unit tests for hexo-yam, which it lacked for too long than I would like. I've grown pretty familiar with Chai + Mocha as part of my work in HexoJS. But I'm not particularly fond of them, due to my [previous](https://github.com/hexojs/hexo-generator-sitemap/pull/66) [frustation](https://github.com/hexojs/hexo-generator-sitemap/pull/70). I started to look for alternatives. Initially, I was intrigued by [ava](https://github.com/avajs/ava) used in [hexo-filter-responsive-images](https://github.com/hexojs/hexo-filter-responsive-images) plugin, but the name just stuck as a todo as I work on more pressing issues in HexoJS.
|
Recently, I finally implement unit tests for hexo-yam, which it lacked for too long than I would like. I've grown pretty familiar with Chai + Mocha as part of my work in HexoJS. But I'm not particularly fond of them, due to my [previous](https://github.com/hexojs/hexo-generator-sitemap/pull/66) [frustation](https://github.com/hexojs/hexo-generator-sitemap/pull/70). I started to look for alternatives. Initially, I was intrigued by [ava](https://github.com/avajs/ava) used in [hexo-filter-responsive-images](https://github.com/hexojs/hexo-filter-responsive-images) plugin, but the name just stuck as a todo as I work on more pressing issues in HexoJS.
|
||||||
|
|
Loading…
Reference in New Issue