Skip to content

Commit

Permalink
SimplifyBooleanExpression moved
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Sep 10, 2023
1 parent c53910e commit d347e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:latest.release")
testImplementation("org.junit.jupiter:junit-jupiter-params:latest.release")
testImplementation("org.openrewrite:rewrite-test")
testImplementation("org.openrewrite.recipe:rewrite-static-analysis:${latest}")
testImplementation("org.junit-pioneer:junit-pioneer:2.0.0")

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:latest.release")
Expand All @@ -30,4 +31,4 @@ tasks.withType<Javadoc> {
}
}

// TODO add index.js artifact from the js subproject
// TODO add index.js artifact from the js subproject
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package org.openrewrite.javascript.recipe;

import org.junit.jupiter.api.Test;
import org.openrewrite.java.cleanup.SimplifyBooleanExpression;
import org.openrewrite.staticanalysis.SimplifyBooleanExpression;
import org.openrewrite.test.RewriteTest;

import static org.openrewrite.javascript.Assertions.javaScript;
Expand Down

0 comments on commit d347e92

Please sign in to comment.