Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BioPhoton opened this issue Sep 15, 2024 · 0 comments
Labels
🤓 Dx Developer Experience ➕ enhancement New feature or request

Comments

@BioPhoton
Copy link
Contributor

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
@BioPhoton BioPhoton added ➕ enhancement New feature or request 🤓 Dx Developer Experience labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤓 Dx Developer Experience ➕ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant