Skip to content

Commit

Permalink
chore: fix tests somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Nov 25, 2022
1 parent ebca372 commit 3dcfc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
// [...]
preset: 'ts-jest/presets/default-esm', // or other ESM presets
transform: {
'^.+\\.tsx?$': [
'\\.ts$': [
'ts-jest',
{
useESM: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"",
"prebuild": "pnpm clean",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"prepublishOnly": "pnpm test && pnpm build"
"prepublishOnly": "pnpm test -- --no-cache && pnpm build"
},
"files": [
"dist/"
Expand Down

0 comments on commit 3dcfc63

Please sign in to comment.