mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
11 lines
472 B
Groovy
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')
|
|
}
|