Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
fix error where a missing connect.config.js file fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Oct 8, 2020
1 parent fd715fb commit b94afde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/test-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default async function testApp(
} catch (error) {
switch (error.code) {
case LoadAndValidateConfigError.SchemaInvalid:
case LoadAndValidateConfigError.Filesystem:
case LoadAndValidateConfigError.Syntax:
throw error;
default:
Expand Down

0 comments on commit b94afde

Please sign in to comment.