File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ import * as webWallet from '@bedrock/web-wallet';
1010 * without any modifications to their data model.
1111 *
1212 * Test credentials:
13- * 1. EAD (Employment Authorization Document) - Legacy NfcRenderingTemplate2024
14- * 2. FirstResponder (EMT) - New TemplateRenderMethod with outputPreference.mode
13+ * 1. EAD (Employment Authorization Document) - Legacy NfcRenderingTemplate2024.
14+ * 2. FirstResponder (EMT) - New TemplateRenderMethod with
15+ * outputPreference.mode.
1516 */
1617describe ( 'NFC Renderer' , function ( ) {
1718 describe ( 'Integration - Real Credentials' , function ( ) {
@@ -38,7 +39,7 @@ describe('NFC Renderer', function() {
3839 }
3940
4041 eadCredential = await response . json ( ) ;
41- console . log ( '✓ EAD Credential loaded from URL' ) ;
42+ console . log ( 'EAD Credential loaded from URL' ) ;
4243 } catch ( error ) {
4344 console . error ( 'Failed to load EAD credential:' , error ) ;
4445 this . skip ( ) ;
@@ -133,7 +134,7 @@ describe('NFC Renderer', function() {
133134 }
134135
135136 frCredential = await response . json ( ) ;
136- console . log ( '✓ FirstResponder Credential loaded from URL' ) ;
137+ console . log ( 'FirstResponder Credential loaded from URL' ) ;
137138 } catch ( error ) {
138139 console . error ( 'Failed to load FirstResponder credential:' , error ) ;
139140 this . skip ( ) ;
You can’t perform that action at this time.
0 commit comments