Skip to content

Commit

Permalink
Fixed "allowSkippingServerTests"
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Feb 19, 2024
1 parent 7d621de commit d549b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/src/hooks/import-app-before.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const {

export { baseUrl };

const allowSkippingServerTests = typeof environment.baseUrl === "undefined" || missingServer !== false;
const allowSkippingServerTests = typeof environment.baseUrl === "undefined" && missingServer !== false;

export type AppConfigurationRelaxed = {
id?: string;
Expand Down

0 comments on commit d549b33

Please sign in to comment.