File: fix-jest-config.patch

package info (click to toggle)
node-webfont 11.4.0%2Bdfsg2%2B~cs35.7.26-15
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 122,048 kB
  • sloc: xml: 3,682,028; ansic: 31,165; javascript: 12,580; cpp: 4,386; python: 689; sh: 307; makefile: 228
file content (15 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove no-longer-supported jest option
Author: Julian Gilbey <jdg@debian.org>
Forwarded: not-needed
Last-Update: 2022-12-26

--- a/jest.config.ts
+++ b/jest.config.ts
@@ -13,7 +13,6 @@
     "<rootDir>/node_modules",
     "<rootDir>/temp",
   ],
-  name: "webfont",
 
   /**
    * If test environment is not set to "node", you may receive an error message when testing `wawoff2` module.