Description: fix snapshots for jest >= 29
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2022-10-23

--- a/jest.config.js
+++ b/jest.config.js
@@ -1,6 +1,10 @@
 "use strict";
 
 module.exports = {
+  snapshotFormat: {
+    escapeString: true,
+    printBasicPrototype: true
+  },
   coverageThreshold: {
     global: {
       branches: 100,
