-
Notifications
You must be signed in to change notification settings - Fork 206
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
Fix misspelling of progress. #422
base: master
Are you sure you want to change the base?
Conversation
Let's start with creating a correctly-spelled alias for the method and include a test that verified it. As it stands, this change can easily break existing usage. |
hi @bikeath1337 I added a deprecation warning and kept the current function. found another typo in the I haven't figured out how to test the I have never used a) run a single test |
a)
|
@jakubzitny well In your suggestion above, how do you start the debugger? If I just
I get this error in the debugger:
which is the same error I get when I try a vscode config like:
which I got from: https://github.com/avajs/ava/blob/master/docs/recipes/debugging-with-vscode.md I understand what browser-env is trying to do, i'm just not sure how to invoke at the command line rather than using npm and have browser-env do its thing.... |
Any plans on finishing this @acinader ? |
I was unable to get the tests working back when I tried so I have given up.
… On Apr 17, 2019, at 4:18 AM, Jakub Žitný ***@***.***> wrote:
Any plans on finishing this @acinader ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
No description provided.