Files
atrium/apis/fluent-en_GB/atrium-api-fluent-en_GB-js/build.gradle
Robert Stoll 60d938ffc0 kotlin.code.style.official, reformat newer code
no need to reformat deprecated functionality
2019-08-29 12:20:28 +02:00

11 lines
472 B
Groovy

description = 'An assertion function API in en_GB with a focus on code completion for the JS platform.' +
'It provides a fluent API in en_GB which is designed to ease the usage of code completion or ' +
'in other words, the developer should be able to: ' +
'start creating an assertion + code completion + . + code completion + . + and so on.'
dependencies {
api prefixedProject('domain-builders-js')
testImplementation prefixedProject('specs-js')
}