We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3bf72 commit 2ec6446Copy full SHA for 2ec6446
tests/vendor/whatwg-encoding/tests.test.cjs
@@ -1,7 +1,8 @@
1
+"use strict";
2
+
3
const whatwgEncoding = require('./whatwg-encoding-mock.js');
4
// From https://github.com/jsdom/whatwg-encoding/blob/ff5d22fd8694d713686a40f5563c3251f8426d79/test/tests.js
5
-"use strict";
6
const { describe, test: it } = require("node:test");
7
const assert = require("assert");
8
// const whatwgEncoding = require("..");
0 commit comments