You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('defaults to npm as the package manager when the configuration is valid',async()=>{
@@ -618,6 +666,7 @@ wrong = "property"
618
666
test('loads the app with custom located web blocks',async()=>{
619
667
// Given
620
668
const{webDirectory}=awaitwriteConfig(`
669
+
name = "my_app"
621
670
scopes = ""
622
671
web_directories = ["must_be_here"]
623
672
`)
@@ -633,6 +682,7 @@ wrong = "property"
633
682
test('loads the app with custom located web blocks, only checks given directory',async()=>{
634
683
// Given
635
684
const{webDirectory}=awaitwriteConfig(`
685
+
name = "my_app"
636
686
scopes = ""
637
687
web_directories = ["must_be_here"]
638
688
`)
@@ -700,6 +750,7 @@ wrong = "property"
700
750
test('loads the app when it has a extension with a valid configuration using a supported extension type and in a non-conventional directory configured in the app configuration file',async()=>{
0 commit comments