From 6c3b8bb51f4612f25429bc43eb94f67099d4447c Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 4 May 2020 11:36:29 +0100 Subject: [PATCH] post(tags): remove 'dev' --- source/_posts/git-ssh-gitlab-ci.md | 1 - source/_posts/unit-testing-jest.md | 1 - 2 files changed, 2 deletions(-) diff --git a/source/_posts/git-ssh-gitlab-ci.md b/source/_posts/git-ssh-gitlab-ci.md index fcf2725..9f18a52 100644 --- a/source/_posts/git-ssh-gitlab-ci.md +++ b/source/_posts/git-ssh-gitlab-ci.md @@ -4,7 +4,6 @@ excerpt: Guides and potential pitfalls date: 2019-10-03 lastUpdated: 2020-04-18 tags: -- dev - gitlab --- diff --git a/source/_posts/unit-testing-jest.md b/source/_posts/unit-testing-jest.md index 5891618..26ff6df 100644 --- a/source/_posts/unit-testing-jest.md +++ b/source/_posts/unit-testing-jest.md @@ -4,7 +4,6 @@ excerpt: Jest = Chai + Mocha + NYC + Sinon date: 2019-12-30 tags: - 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.