Migrate Harbor state and traffic history to SQLite
This commit is contained in:
@@ -47,6 +47,9 @@ test('version paths map to the components actually shipped by this repository',
|
||||
'gatewayBackend',
|
||||
]);
|
||||
assert.deepEqual(affectedComponents(['scripts/runtime-impact.mjs']), ['gatewayBackend']);
|
||||
for (const file of ['.node-version', 'scripts/check-sqlite-runtime.mjs']) {
|
||||
assert.deepEqual(affectedComponents([file]), ['macClient', 'gatewayClient', 'gatewayBackend']);
|
||||
}
|
||||
assert.deepEqual(affectedComponents(['README.md', 'test/server/version.test.js']), []);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user