mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
* Skip tests that don't work on Windows * Bring back tests on Windows * Skip the test on all platforms exept Windows * Make the test run only on Windows * Add simple winodws test * fix cli test on Windows * let's see if this test passes on linux * limit test to Windows and run format * Add withPlatform test helper * Mock platform in file path tests using withPlatform() * Fix test: relative paths should not change on non-win32 platforms * Lowercase relative path on non-win32 platform * test: add better-sqlite3 and sqlite for Windows tests --------- Co-authored-by: Simon Garner <simon@equalogic.com>