Files

31 lines
1.1 KiB
JavaScript

/*
* DEPRECATED: LinkdingSync Test Runner (Legacy)
*
* This file has been replaced by the modular test structure:
*
* tests/
* ├── utils.js # Shared utilities
* ├── orchestrator.js # Main test runner
* ├── test-isolation.js # Isolation tests (scenarios 1-2)
* ├── test-conflicts.js # Conflict tests (scenarios 3-4)
* ├── test-deletion.js # Deletion tests (scenarios 5-6)
* └── test-bundles.js # Bundle tests (scenarios 7-8)
*
* To use the new tests:
* 1. Open Firefox DevTools console
* 2. Copy tests/orchestrator.js into console
* 3. Run runAllTestsWithReset()
*
* See docs/test-usage.md for full instructions.
*/
console.log('');
console.log('LinkdingSync test-runner.js is DEPRECATED');
console.log('');
console.log('Use the new modular test structure instead:');
console.log('');
console.log(' 1. Copy tests/orchestrator.js to Firefox DevTools console');
console.log(' 2. Run runAllTestsWithReset()');
console.log('');
console.log(' See docs/test-usage.md for instructions');
console.log('');