mickhansen / dataloader-sequelize

Batching and simplification of Sequelize with facebook/dataloader
MIT License
284 stars 58 forks source link

Master has tests failing #100

Closed vincentdesmares closed 4 years ago

vincentdesmares commented 4 years ago

While working on https://github.com/mickhansen/dataloader-sequelize/issues/79 I discovered that there are errors when running the tests on a clean clone, on my machine. See errors below (the 4 tests throw the same error).

 39 passing (5s)
  4 failing

  1) belongsToMany string through simple association "before all" hook:
     TypeError: Cannot read property 'field' of undefined

Happens on Master.

Also, it looks like the CircleCI is down :( Maybe a good time to switch to Github actions?

mickhansen commented 4 years ago

Ah yeah that test fails for a specfic sequelize version i believe.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.