Skip to content

Commit

Permalink
ignore missing tests for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKlauss committed Oct 8, 2020
1 parent 45db680 commit a60e0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"build-storybook": "build-storybook",
"build": "rollup -c",
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
"test": "jest",
"test": "jest --passWithNoTests",
"publish": "np"
}
}

0 comments on commit a60e0ff

Please sign in to comment.