Skip to content

Commit 2d2cefb

Browse files
committed
test
1 parent 12cafd9 commit 2d2cefb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Imported without ?url
1+
Imported without ?url 😎
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Imported with ?url
1+
Imported with ?url 😎

packages/kit/test/apps/basics/test/test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,9 @@ test.describe('$app/server', () => {
713713
const auto = await page.textContent('[data-testid="auto"]');
714714
const url = await page.textContent('[data-testid="url"]');
715715

716-
expect(auto.trim()).toBe('Imported without ?url');
717-
expect(url.trim()).toBe('Imported with ?url');
716+
// the emoji is there to check that base64 decoding works correctly
717+
expect(auto.trim()).toBe('Imported without ?url 😎');
718+
expect(url.trim()).toBe('Imported with ?url 😎');
718719
});
719720
});
720721

0 commit comments

Comments
 (0)