Adds a couple of unit tests for the browser

This commit is contained in:
Markil3
2021-09-15 12:13:21 -06:00
parent 4f8b70b2f4
commit b5b1d495f0
4 changed files with 102 additions and 1 deletions

View File

@@ -60,7 +60,8 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.13.3'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.13.3'
implementation project(":browserCommands")
addon project(path: ":add-on", configuration: 'addonBuild')
testImplementation 'junit:junit:4.12'
addon project(path: ":add-on", configuration: 'addonBuild')
}
task downloadWindows_x86_64(type: Download) {