@principles/core 1.187.0 → 1.188.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -471,6 +471,8 @@ const REQUIRED_TEST_FILES = [
471
471
  '../internalization/__tests__/diag-chain-e2e.test.ts',
472
472
  // PRI-431
473
473
  'build-l2-principle-reader.test.ts',
474
+ // PRI-469
475
+ 'evidence-chain-intent-tension.test.ts',
474
476
  ];
475
477
  const REQUIRED_DOC_FILES = [];
476
478
  for (const file of REQUIRED_SOURCE_FILES) {