Skip to content
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

Local test failures #452

Closed
nuke-web3 opened this issue Jun 12, 2023 · 1 comment
Closed

Local test failures #452

nuke-web3 opened this issue Jun 12, 2023 · 1 comment

Comments

@nuke-web3
Copy link

Locally running yarn install; yarn test yields:

✖ 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: '=='
}
@webpro
Copy link
Owner

webpro commented Oct 24, 2023

Can't reproduce this, so not sure what I should do. Tests run fine here.

@webpro webpro closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants