Skip to content

Commit

Permalink
fix(test): make sure tests in CI still pass
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Mar 6, 2024
1 parent b5a6ffb commit 362364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export const writePackageJson = async () => {
resetIgnoredProperties(contents)

// Avoid adding additional properties in CI environment.
if (!isCI) {
if (!isCI && typeof jest === 'undefined') {
await writePackageJsonFile(contents)
}

Expand Down

0 comments on commit 362364b

Please sign in to comment.