feat(reporting-governance): add package-first portability smoke
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
import { createRuntimeBinding } from '../src/adapters/index.mjs';
|
||||
|
||||
const packageRoot = path.resolve(import.meta.dirname, '..');
|
||||
const repoRoot = path.resolve(packageRoot, '..', '..');
|
||||
const repoRoot = path.resolve(packageRoot);
|
||||
|
||||
function createArtifact(overrides = {}) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user