push-based / nx-verdaccio

Enterprise E2E setup for Nx and Verdaccio
8 stars 0 forks source link

Introduce a utils lib to be able to share path and configuration helper independent of the plugin #10

Open BioPhoton opened 3 weeks ago

BioPhoton commented 3 weeks ago
import { getEnvironmentRoot } from '@org/build-env';
import { getTestFixturesDist } from '@org/test-utils';

describe('CLI command - sort', () => {
  const fixturesDist = getTestFixturesDist('cli-command-sort', {
    root: getEnvironmentRoot(),
  });
Screenshot 2024-09-15 at 16 43 40