-
Notifications
You must be signed in to change notification settings - Fork 19
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
Minor conflict in file naming conventions/ file names in " edu/series/102/50_real_parser.md" tutorial #24
Comments
Yes - see biojs/biojs#100
Nope it is just because there can be unit test and phantom unit tests (=need a browser).
Why? NPM commands should be run in the same folder and if you are in a subfolder it will default back to the next, upper folder with a
|
Which naming conventions? Are you referring to |
By Slush version: What's the version that's recommended? |
The version is slush is not really important - however the version of AFAIK since version 0.5 of slush-biojs the created dummy file is named |
I close this - please reopen if this is still an open issue ;-) |
Need clarification on few things before executing
npm test
command:src
folder inside mypackage
directory. Is it same aslib
folder where<module-name.js>
resides?unit
insidetest
, so theindex.js
file should be insidetest
orunit
? Will the location of tests and the file name containing tests matter?npm test
command should be run after the steps in the tutorial.And after resolving everything and even keeping all the
vars
in one place in the code, I get following message:It seems like, I placed some files in a wrong location. Could you please let me know if I am missing anything here.
And also, regarding the naming conventions, this should also be linked to issue #20 ?
The text was updated successfully, but these errors were encountered: