Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Apr 5, 2024
1 parent f341705 commit cfdc47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cloudflare/test/no-output.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('MissingOutputConfig', () => {
error = err;
}
assert.notEqual(error, undefined);
console.log(error.message);
assert.ok(
error.message.includes(
'[AstroUserError] [@astrojs/cloudflare] `output: "server"` or `output: "hybrid"` is required to use this adapter.'
Expand Down

0 comments on commit cfdc47f

Please sign in to comment.