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
Copy file name to clipboardExpand all lines: test/src/BuildTest.ts
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -100,14 +100,6 @@ test("build in the app package.json", appTwoThrows(/'build' in the application p
100
100
101
101
test("name in the build",appThrows(/'name'intheconfigisforbidden/,currentPlatform(),{projectDirCreated: packageJson(it=>it.build={"name": "Cool App"})}))
102
102
103
-
// this test also test appMetadata, so, we must use test-app here
0 commit comments