File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
packages/kit/test/apps/basics Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- Imported without ?url
1+ Imported without ?url 😎
Original file line number Diff line number Diff line change 1- Imported with ?url
1+ Imported with ?url 😎
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments