Skip to content

Commit 89b7bbd

Browse files
author
Tom Kirkpatrick
committed
Initialize the explorer after this component in test app
1 parent e5ea22b commit 89b7bbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/fixtures/simple-app/server/component-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"loopback-component-explorer": {
3-
"mountPath": "/explorer"
4-
},
52
"loopback-component-fixtures": {
63
"loadFixturesOnStartup": true,
74
"environments": [ "development", "test" ],
@@ -19,5 +16,8 @@
1916
"$group:member"
2017
],
2118
"applyToStatic": true
19+
},
20+
"loopback-component-explorer": {
21+
"mountPath": "/explorer"
2222
}
2323
}

0 commit comments

Comments
 (0)