mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 17:12:26 +02:00
16 lines
542 B
Groovy
16 lines
542 B
Groovy
dependencies {
|
|
// Internal dependencies
|
|
implementation project(':langgraph-checkpoint')
|
|
|
|
// Test dependencies
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.1'
|
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
|
|
testImplementation 'org.mockito:mockito-core:5.2.0'
|
|
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
|
|
testImplementation 'org.assertj:assertj-core:3.24.2'
|
|
}
|
|
|
|
test {
|
|
useJUnitPlatform()
|
|
} |