Skip to content

Commit

Permalink
oh my god brain, y u so bad
Browse files Browse the repository at this point in the history
  • Loading branch information
gtm-nayan committed May 17, 2023
1 parent fc964e9 commit 05a9137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/test/apps/basics/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,9 +832,9 @@ test.describe('Actions', () => {
page,
javaScriptEnabled
}) => {
await page.goto('/actions/enhance/old-property-access');
test.skip(!javaScriptEnabled, 'skip when js is disabled');
test.skip(!process.env.DEV, 'skip when not in dev mode');
await page.goto('/actions/enhance/old-property-access');

for (const { id, old_name, new_name, call_location } of [
{
Expand Down

0 comments on commit 05a9137

Please sign in to comment.