Chris Johnson
Results
2
comments of
Chris Johnson
There is an ugly workaround: docker export $(docker run -d 4ff36b039484 /bin/true) | docker import - local docker export $(docker run -d 085b31f1637a /bin/true) | docker import - remote container-diff...
Similar issue -- Postgres creates `.snap` files, and so far I've found no combination of `roots`, `testPathIgnorePatterns` or other settings that will make jest ignore these files if they exist...