We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The file src/fixtures/project-structure.json contains a definition that reads:
src/fixtures/project-structure.json
{ "name": "empty-dir" },
Implement a test that makes sure an empty directory was created
When you run pnpm test, the test should make sure that a directory testfiles/empty-dir exists.
pnpm test
testfiles/empty-dir
The text was updated successfully, but these errors were encountered:
eduardosancho
No branches or pull requests
Context
The file
src/fixtures/project-structure.json
contains a definition that reads:Task
Implement a test that makes sure an empty directory was created
Acceptance criteria
When you run
pnpm test
, the test should make sure that a directorytestfiles/empty-dir
exists.Files affected
The text was updated successfully, but these errors were encountered: