test(uninstall): record managed copy digest

This commit is contained in:
haelyra
2026-08-13 18:10:00 -04:00
parent 9e39385666
commit 9bec31faf7
+2
View File
@@ -3,6 +3,7 @@
*/
const assert = require('assert');
const crypto = require('crypto');
const fs = require('fs');
const os = require('os');
const path = require('path');
@@ -165,6 +166,7 @@ function runTests() {
strategy: 'preserve-relative-path',
ownership: 'managed',
scaffoldOnly: false,
contentSha256: crypto.createHash('sha256').update('managed\n').digest('hex'),
},
{
kind: 'merge-json',