File: fix-test.patch

package info (click to toggle)
node-theming 3.3.0%2B~cs1.2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: javascript: 3,830; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: fix test
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2023-04-23

--- a/ava.config.js
+++ b/ava.config.js
@@ -1,4 +1,4 @@
-export default {
+module.exports = {
   cache: true,
   concurrency: 5,
   failFast: true,