-
Notifications
You must be signed in to change notification settings - Fork 322
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
Match against ES5/ES6 JavaScript files #153
base: master
Are you sure you want to change the base?
Conversation
'test/fixtures/test.es' | ||
]; | ||
|
||
text.expect(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that text doesn't exist. Is a typo, maybe it should be test instead of.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MathRobin sorry your response got cut off, instead of what? If you look at the files changed tab, GitHub says it was added I believe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for my bad english.
I would like to say that you did a mistake. On line 138, you wrote the word "text" instead of the word "test". That's why the tests don't passed.
Fixes #144.