Просмотр исходного кода

fix: update nix flake hash and stabilize bun test ordering

Update x86_64-linux node_modules hash after dependency pinning.
Add _resetProductionModeForTesting to fix getDefaultDbPath test
that fails when bun runs all test files in a single process.
Remove duplicate path/handelize tests from store.test.ts.
Tobi Lutke 1 месяц назад
Родитель
Сommit
a02b9fe016
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

@@ -19,7 +19,7 @@
         });
         });
 
 
         nodeModulesHashes = {
         nodeModulesHashes = {
-          x86_64-linux = "sha256-Hymzuiid76j0LbDRACYlRQ2UVxQp7t9xg4nH37l0Keg=";
+          x86_64-linux = "sha256-D0ezO4vqq4iswcAMU2DCql9ZAQvh3me6N9aDB5roq4w=";
           aarch64-darwin = "sha256-/9kp5mNrI7hVR137DRpSuZHnl1RL/wFu2hKyzXW66TU=";
           aarch64-darwin = "sha256-/9kp5mNrI7hVR137DRpSuZHnl1RL/wFu2hKyzXW66TU=";
 
 
           # Populate these on first build for additional hosts if/when needed.
           # Populate these on first build for additional hosts if/when needed.