Skip to content

Commit fe866e6

Browse files
committed
- Endringer for tps-messaging-frontend som benytter useSWR, react-hook-forms og designsystemet sine komponenter
- Lagt til deploy script for tps-messaging-frontend #deploy-tps-messaging-frontend
1 parent 6a19757 commit fe866e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/tps-messaging-frontend/src/test/java/no/nav/testnav/apps/endringsmeldingfrontend/ApplicationContextTest.java apps/tps-messaging-frontend/src/test/java/no/nav/testnav/apps/tpsmessagingfrontend/ApplicationContextTest.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
package no.nav.testnav.apps.endringsmeldingfrontend;
1+
package no.nav.testnav.apps.tpsmessagingfrontend;
2+
23

3-
import no.nav.dolly.libs.test.DollySpringBootTest;
44
import no.nav.dolly.libs.test.DollyApplicationContextTest;
5+
import no.nav.dolly.libs.test.DollySpringBootTest;
56

67
@DollySpringBootTest
78
class ApplicationContextTest extends DollyApplicationContextTest {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
logging.level.org.springframework=DEBUG

0 commit comments

Comments
 (0)