-
Notifications
You must be signed in to change notification settings - Fork 2k
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 + SailsJS Unit Tests #4424
Comments
Hi @daspecster! It looks like you missed a step or two when you created your issue. Please edit your comment (use the pencil icon at the top-right corner of the comment box) and fix the following:
As soon as those items are rectified, post a new comment (e.g. “Ok, fixed!”) below and we'll take a look. Thanks! *If you feel this message is in error, or you want to debate the merits of my existence (sniffle), please contact [email protected] |
Ok, fixed! |
Sorry to be a hassle, but it looks like your issue is still missing some required info. Please double-check your initial comment and try again. *If you feel this message is in error, or you want to debate the merits of my existence (sniffle), please contact [email protected] |
Ok, fixed! |
Sorry to be a hassle, but it looks like your issue is still missing some required info. Please double-check your initial comment and try again. *If you feel this message is in error, or you want to debate the merits of my existence (sniffle), please contact [email protected] |
Ok, fixed! |
@daspecster Thanks for posting, we'll take a look as soon as possible. For help with questions about Sails, click here. If you’re interested in hiring @sailsbot and her minions in Austin, click here. |
@daspecster may you check my issue #4395 maybe it is related to this. |
Sails v1.1.0 updated compatibility with test frameworks such as Mocha and Jasmine which have also been updated recently. Have you tried lifting the latest Sails with the latest Jasmine framework? |
Great news! Will try that! |
Sails version: 1.0
Node version: 10.1
NPM version: 5.6.0
DB adapter name: sails-disk
DB adapter version: 1.01
Operating system: macos
Hello!
I cannot seem to get SailsJS and Jasmine to play well together.
This very well may be an issue in my missing some feature in Jasmine but I can't seem to figure out a good way to run
sails.lift()
in the lifecycle of testing when switching from Mocha to Jasmine.Any help with this would be greatly appreciated and once working, I would be happy to contribute to documentation to help others.
Thank you!
The text was updated successfully, but these errors were encountered: