Hi! I'm running into the problem that the snapshots get updated on every run, even if UPDATE_SNAPSHOT is set to false. I have a very basic setup with typescript, here is the setup.ts file:
import * as chai from 'chai';
import { jestSnapshotPlugin } from 'mocha-chai-jest-snapshot';
chai.use(jestSnapshotPlugin());
And every time I'm running this command the snapshot gets updated:
Hi! I'm running into the problem that the snapshots get updated on every run, even if UPDATE_SNAPSHOT is set to false. I have a very basic setup with typescript, here is the
setup.ts
file:And every time I'm running this command the snapshot gets updated: