-
Notifications
You must be signed in to change notification settings - Fork 694
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
is there any example of how to test a presentation? #270
Comments
Still having this issue? Do you have raw-loader installed? |
yep this is the breaking test: https://github.com/sibelius/jest-everywhere/blob/master/presentation/__tests__/presentation.spec.js#L8 |
whats the failure |
the failure is described above: #270 (comment) you can test using my guess is that this is a problem with jest and raw-loader |
I've tried this https://github.com/sibelius/jest-everywhere/blob/master/package.json#L56 but didn't worked it |
This doesn't seem to be an issue with Spectacle itself. |
I'm writing a presentation about testing using Jest, and I would like to test the presentation slides using spectacle.
I have some trouble with this:
I've tried to have a custom moduleNameMapper, but it did not solved my problem:
The text was updated successfully, but these errors were encountered: