Add native traffic inspection to Harbor Connect and Gateway
This commit is contained in:
@@ -34,7 +34,7 @@ test('all repeated client primitive consumers use the shared owners', () => {
|
||||
|
||||
assert.equal((production.match(/<Tooltip\b/g) || []).length, 16);
|
||||
assert.equal((production.match(/<CopyButton\b/g) || []).length, 2);
|
||||
assert.equal((production.match(/<RailAction\b/g) || []).length, 7);
|
||||
assert.equal((production.match(/<Drawer\b/g) || []).length, 7);
|
||||
assert.equal((production.match(/<RailAction\b/g) || []).length, 8);
|
||||
assert.equal((production.match(/<Drawer\b/g) || []).length, 8);
|
||||
assert.doesNotMatch(production, /className="client-tooltip"|className="client-copy-label"|className="client-drawer-close"/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user