On Thu, Jun 11, 2020 at 2:19 PM sebb <seb...@gmail.com> wrote:
>
> I get the following error when running the tests locally:
>
> $ rspec www/board/agenda/
> Error: Cannot find module 'jsdom-global/register'

What happens if you run the following instead?

$ bundle exec rake test

This shouldn't be necessary, but should you at a later point get to
where you need to cleanup after a failed test, run the following
command:

$ bundle exec rake clobber

> The tests work OK in Travis, so I assume there must be something
> missing from my installation, but I don't know what.

The tests aren't failing, but do show some svn error messages.

Note: the tests that are listed as pending were recently disabled.
Those tests depend on the content of the templates, which were
recently moved out of the Whimsy github repository and moved to the
foundation/board/templates directory in svn.

> It would be useful to fix this so I can check changes before
> committing in future...

Indeed!

> Sebb

- Sam Ruby

Reply via email to