chg test tag to ContainerTest
This commit is contained in:
parent
58e413bcab
commit
1815d86f1e
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@ package org.domaindrivenarchitecture.provs.desktop.infrastructure
|
|||
|
||||
import org.domaindrivenarchitecture.provs.framework.core.processors.ContainerStartMode
|
||||
import org.domaindrivenarchitecture.provs.test.defaultTestContainer
|
||||
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest
|
||||
import org.junit.jupiter.api.Assertions.assertTrue
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
internal class ClojureScriptKtTest {
|
||||
|
||||
@Test
|
||||
@ContainerTest
|
||||
fun installShadowCljs() {
|
||||
// given
|
||||
val prov = defaultTestContainer(ContainerStartMode.CREATE_NEW_KILL_EXISTING)
|
||||
|
|
Loading…
Add table
Reference in a new issue