@@ -8,7 +8,7 @@ const client = new CasParser({
88} ) ;
99
1010describe ( 'resource casParser' , ( ) => {
11- // skipped: tests are disabled for the time being
11+ // Prism tests are disabled
1212 test . skip ( 'camsKfintech' , async ( ) => {
1313 const responsePromise = client . casParser . camsKfintech ( { } ) ;
1414 const rawResponse = await responsePromise . asResponse ( ) ;
@@ -20,7 +20,7 @@ describe('resource casParser', () => {
2020 expect ( dataAndResponse . response ) . toBe ( rawResponse ) ;
2121 } ) ;
2222
23- // skipped: tests are disabled for the time being
23+ // Prism tests are disabled
2424 test . skip ( 'cdsl' , async ( ) => {
2525 const responsePromise = client . casParser . cdsl ( { } ) ;
2626 const rawResponse = await responsePromise . asResponse ( ) ;
@@ -32,7 +32,7 @@ describe('resource casParser', () => {
3232 expect ( dataAndResponse . response ) . toBe ( rawResponse ) ;
3333 } ) ;
3434
35- // skipped: tests are disabled for the time being
35+ // Prism tests are disabled
3636 test . skip ( 'nsdl' , async ( ) => {
3737 const responsePromise = client . casParser . nsdl ( { } ) ;
3838 const rawResponse = await responsePromise . asResponse ( ) ;
@@ -44,7 +44,7 @@ describe('resource casParser', () => {
4444 expect ( dataAndResponse . response ) . toBe ( rawResponse ) ;
4545 } ) ;
4646
47- // skipped: tests are disabled for the time being
47+ // Prism tests are disabled
4848 test . skip ( 'smartParse' , async ( ) => {
4949 const responsePromise = client . casParser . smartParse ( { } ) ;
5050 const rawResponse = await responsePromise . asResponse ( ) ;
0 commit comments