-
Notifications
You must be signed in to change notification settings - Fork 7
Fixed testing, implemented validateLab #97
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
Conversation
@@ -0,0 +1,40 @@ | |||
var tuxlab = function(){} |
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.
This shouldn't be in collections. This should be in the /lab folder
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.
labfiles reference the tuxlab module. we can either publish it to npm or force them to use a relative path. I figured forcing a ./tuxlab.js path would be easiest..
or, if you'd prefer I can manipulate lab strings to reference the correct file. i.e., instructors won't add import and export I'll just add it to the beginning and end of the string. Your call
No description provided.