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

Incorrect expect statement in test #220

Closed
SimonStnn opened this issue Jun 10, 2024 · 0 comments · Fixed by #235
Closed

Incorrect expect statement in test #220

SimonStnn opened this issue Jun 10, 2024 · 0 comments · Fixed by #235
Assignees
Labels
bug Something isn't working

Comments

@SimonStnn
Copy link
Owner

test('all balloons have a corresponding test file', () => {
balloonNames.forEach((name) => {
const testName = `${name}.test.ts`;
expect(fs.existsSync(path.resolve(__dirname, `./balloons/${testName}`)));
});
});

This expect statement should check for truthy.

@SimonStnn SimonStnn added the bug Something isn't working label Jun 10, 2024
@SimonStnn SimonStnn self-assigned this Jun 10, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Pop-a-loon Jun 10, 2024
@SimonStnn SimonStnn moved this from Backlog to Ready in Pop-a-loon Jun 18, 2024
@SimonStnn SimonStnn moved this from Ready to In progress in Pop-a-loon Jun 18, 2024
@SimonStnn SimonStnn linked a pull request Jun 18, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In progress to Done in Pop-a-loon Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant