Skip to content

Commit

Permalink
chore: update jest config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 25, 2022
1 parent f02e6f7 commit bafa2e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"build": "lerna exec --scope @wcj/html-to-markdown -- tsbb build --disable-babel",
"watch": "lerna exec --scope @wcj/html-to-markdown -- tsbb watch --disable-babel",
Expand All @@ -26,6 +25,9 @@
"testMatch": [
"<rootDir>/packages/**/src/**/__test__/*.{js,ts}"
],
"collectCoverageFrom": [
"<rootDir>/packages/html-to-markdown/src/*.{js,ts}"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/?!(.*)"
]
Expand Down

0 comments on commit bafa2e7

Please sign in to comment.