Skip to content
Snippets Groups Projects
Commit ac46dc62 authored by Yadd's avatar Yadd
Browse files

Fix test for jest ≥ 27

Closes: #997579
parent 6f2559b2
No related branches found
No related tags found
No related merge requests found
Description: fix test
See: https://jestjs.io/docs/configuration#testenvironment-string
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/997579
Forwarded: no
Last-Update: 2021-10-24
--- a/test/test.js
+++ b/test/test.js
@@ -1,3 +1,7 @@
+/**
+ * @jest-environment jsdom
+ */
+
import addStylesClient from '../lib/addStylesClient'
import addStylesServer from '../lib/addStylesServer'
babel7-compat.patch
fix-test.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment