Skip to content

Commit

Permalink
test: fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 30, 2017
1 parent 717a345 commit 7e45cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/init.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ test('init', async (t) => {
commitmsg: 'commitlint -e',
'lint:js': 'eslint --max-warnings=0 .',
'lint:js:fix': 'eslint --max-warnings=0 . --fix',
'lint:md': 'markdownlint *.md',
precommit: 'lint-staged',
release: 'standard-version',
'release:dry-run': 'standard-version --dry-run',
Expand All @@ -41,6 +42,7 @@ test('init', async (t) => {
'eslint --fix --max-warnings=0 --no-ignore',
'git add',
],
'*.md': 'markdownlint',
'*.css': 'xyz',
})
})

0 comments on commit 7e45cb7

Please sign in to comment.