wallabyjs / atom-wallaby

Wallaby.js atom package starter
Other
57 stars 6 forks source link

Jest Outdated Snapshots Error #60

Open design1online opened 6 years ago

design1online commented 6 years ago

Even when all of the snapshots are up to date (or removed completely) in my projects folder I get errors that the jest snapshots are out of date.

Error: Outdated snapshot: No snapshot header found. Jest 19 introduced versioned snapshots to ensure all developers on a project are using the same version of Jest. Please update all snapshots during this upgrade of Jest.

ArtemGovorov commented 6 years ago

Could you please create and share a sample Github repo where we can reproduce the issue? It's enough if you just put your package.json, wallaby config and one simple test in the project. As you have mentioned the issue shows up even without snapshots, so it should be enough - if not, please include a simple test with a snapshot.