We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a28d0 commit 80de327Copy full SHA for 80de327
tests/TestEndpoints.js
@@ -4,11 +4,11 @@
4
* SPDX-License-Identifier: LicenseRef-w3c-3-clause-bsd-license-2008 OR LicenseRef-w3c-test-suite-license-2023
5
*/
6
7
+import {challenge, domain} from './data-generator.js';
8
import {
9
createRequestBody,
10
createVerifyRequestBody
11
} from './mock.data.js';
-import {domain, challenge} from './data-generator.js';
12
import http from 'http';
13
import receiveJson from './receive-json.js';
14
0 commit comments