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

jasmine --helper flag broken following addHelperFiles() removal #197

Closed
lucaswerkmeister opened this issue Jun 13, 2022 · 0 comments · Fixed by #198
Closed

jasmine --helper flag broken following addHelperFiles() removal #197

lucaswerkmeister opened this issue Jun 13, 2022 · 0 comments · Fixed by #198

Comments

@lucaswerkmeister
Copy link
Contributor

$ npx jasmine --helper=. .
/home/luwe/.npm/_npx/b5e471128a280083/node_modules/jasmine/lib/command.js:143
    jasmine.addHelperFiles(env.helpers);
            ^

TypeError: jasmine.addHelperFiles is not a function
    at runJasmine (/home/luwe/.npm/_npx/b5e471128a280083/node_modules/jasmine/lib/command.js:143:13)
    at async Command.run (/home/luwe/.npm/_npx/b5e471128a280083/node_modules/jasmine/lib/command.js:56:9)

28f9495 removed addHelperFiles(), but runJasmine() in command.js still calls it.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant