Skip to content
Prev Previous commit
Next Next commit
Remove use of TS for tests
  • Loading branch information
nateweller committed Mar 29, 2025
commit 0a9bc60ff2bc487fe2421ad51691793fd2b9b554
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ const data = [
fixedOn: '2024-10-07T20:45:06.000Z',
fixable: { fixer: 'rollback', target: 'January 26, 2024, 6:49 am', extensionStatus: '' },
fixer: {
status: 'in_progress' as const,
status: 'in_progress',
startedAt: '2024-10-07T20:45:06.000Z',
lastUpdated: '2024-10-07T20:45:06.000Z',
},
severity: 8,
status: 'current' as const,
status: 'current',
filename: '/var/www/html/wp-content/index.php',
context: {
'1': 'echo <<<HTML',
'2': 'X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*',
'3': 'HTML;',
1: 'echo <<<HTML',
2: 'X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*',
3: 'HTML;',
marks: {},
},
},
Expand All @@ -40,7 +40,7 @@ const data = [
name: 'WooCommerce',
slug: 'woocommerce',
version: '3.2.3',
type: 'plugins' as const,
type: 'plugins',
},
fixedIn: '3.2.4',
},
Expand Down