We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Locally running yarn install; yarn test yields:
yarn install; yarn test
✖ should render custom css, after theme AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(actual.includes(style1Link)) at /home/nuke/git/reveal-md/test/render.spec.js:43:3 { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' } ✖ should render custom scripts AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(actual.includes('<script src="./_assets/custom.js"></script>')) at /home/nuke/git/reveal-md/test/render.spec.js:31:3 { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' }
The text was updated successfully, but these errors were encountered:
Can't reproduce this, so not sure what I should do. Tests run fine here.
Sorry, something went wrong.
No branches or pull requests
Locally running
yarn install; yarn test
yields:The text was updated successfully, but these errors were encountered: